buddypress/tests/phpunit/includes
r-a-y c1a47307d3 Blogs: Conditionally load action and screen functions.
This commit conditionally loads action and screen function code for the
Blogs component, utilizing the `'bp_late_include'` hook introduced in
r11884.

Previously, we loaded these functions at all times, which is unnecessary
when a user is not on a BuddyPress blogs page. Now, we only load this
code when needed.

See #7218.

git-svn-id: https://buddypress.svn.wordpress.org/trunk@11934 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2018-04-02 18:15:37 +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 Unit Tests: Run 'bp_template_redirect' hook in go_to() method. 2018-03-04 21:35:46 +00:00