buddypress/tests/phpunit
Mathieu Viet 33c6c87f79 Silently introduce block support for Activity content
Functions and filters bringing support for Block based activity content are disabled by default. We're adding these so that it's easier to progress on building a Block Based activity post form from a feature as a plugin and the BP Attachments BuddyPress Add-on. To allow Activity content to support blocks, we simply need to use this filter `add_filter( 'bp_is_activity_blocks_active', '__return_true' ); `.

This commit also allowes community users to share more than 2 links when these links are coming from the website BuddyPress is activated on.

Closes https://github.com/buddypress/buddypress/pull/38
Fixes #8765



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13370 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2022-11-19 10:26:02 +00:00
..
assets Update all references from wp_parse_args to bp_parse_args. 2021-09-12 20:43:39 +00:00
includes Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
testcases Silently introduce block support for Activity content 2022-11-19 10:26:02 +00:00
bootstrap.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
codecoverage.xml Travis-CI: disable xdebug globally and switch travis:codecoverage to use xdebug instead of phpdbg. 2016-08-08 13:36:32 +00:00
env.multisite.xml Build/Test Tools: include @wordpress/env into BuddyPress 2020-08-30 17:53:06 +00:00
env.xml Build/Test Tools: include @wordpress/env into BuddyPress 2020-08-30 17:53:06 +00:00
multisite.xml Tests: Fix missing 'name' attribute warning for PHPUnit 7. 2020-06-16 04:34:24 +00:00