buddypress/tests/phpunit/includes
Paul Gibbs 7e4950acb8 Fix incorrect remove_action and remove_filter usage for WordPress 4.7.
`remove_action` and `remove_filter` formally accepted a fourth parameter until WP 4.7; it's only with the introduction of the `WP_Hook` class that the function signature changed. Prior to WP 4.7, the fourth parameter was unused, so it does no harm to remove it and tidy things up.

Fixes #7318

Props ketuchetan

git-svn-id: https://buddypress.svn.wordpress.org/trunk@11256 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2016-11-28 22:33:55 +00:00
..
define-constants.php Replace use of __DIR__ as it is not supported on PHP 5.2. 2015-02-18 21:01:53 +00:00
factory.php Tests: Add Friendship factory. 2016-09-06 03:31:21 +00:00
install.php Tests: fix plugin activation in PHPUnit bootstrap. 2016-09-13 18:45:34 +00:00
loader.php Introduce base classes for new Email implementation. 2016-01-27 16:43:44 +00:00
mock-mailer.php Introduce base classes for new Email implementation. 2016-01-27 16:43:44 +00:00
testcase-emails.php Tests: new base class for BP_Email tests. 2016-02-06 19:26:09 +00:00
testcase.php Fix incorrect remove_action and remove_filter usage for WordPress 4.7. 2016-11-28 22:33:55 +00:00