buddypress/tests/phpunit/includes
Mathieu Viet 80bde437b5 Prepare BuddyPress to welcome the BP REST API
- Add a grunt tasks to import the master branch of the BP REST API into the BuddyPress `/build` directory.
- Add some other grunt tasks to move each BP REST Controller class into their corresponding component classes directory.
- Add the needed mechanism to make sure activating the BP REST API plugin will take over the BP REST API in BuddyPress core so that it is possible to iterate/fix bugs from the BP REST API GitHub repository.
- Make sure the `buddypress.pot` is generated once the BP REST API has been imported.
- Update the BuddyPress class autoloader to manage the loading of the BP REST API Controllers.
- Add a new method `rest_api_init()` to the BP Component API to register the BP REST Controllers from their belonging component classes.

Props boonebgorges & espellcaste

See #7156


git-svn-id: https://buddypress.svn.wordpress.org/trunk@12451 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2019-08-28 20:38:00 +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 CI, Tests: fix MySQL 5.7+ warning when running unit test install script. 2017-09-27 09:03:38 +00:00
loader.php Blogs: Conditionally load action and screen functions. 2018-04-02 18:15:37 +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 Prepare BuddyPress to welcome the BP REST API 2019-08-28 20:38:00 +00:00