buddypress/tests/includes
Boone B Gorges c60fae9065 In test suite, break constant definitions into separate file
BP's test installation routine is generally run from bootstrap.php. But in
certain cases, as when the suite is being invoked from a BP-dependent plugin's
tests, loader.php can be called directly, skipping bootstrap.php. For this
reason, it makes sense to define constants in a separate file and then include
that file as needed when the tests are first loaded, via either path.


git-svn-id: https://buddypress.svn.wordpress.org/trunk@7665 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-12-12 20:48:46 +00:00
..
define-constants.php In test suite, break constant definitions into separate file 2013-12-12 20:48:46 +00:00
factory.php First pass at bp-notifications component. Includes: 2013-11-07 17:15:51 +00:00
install.php First pass at bp-notifications component. Includes: 2013-11-07 17:15:51 +00:00
loader.php In test suite, break constant definitions into separate file 2013-12-12 20:48:46 +00:00
testcase.php Always fake $_SERVER['SERVER_NAME'] when invoking wp_mail() during tests 2013-12-12 20:43:28 +00:00