buddypress/tests/phpunit/includes
Paul Gibbs bb7bcbb2d7 Tests: stop manually resetting $bp->avatar between tests.
This causes tests to fail if those tests call `friends_add_friend()` inside `setUp()`
as the `$bp->avatar->show_avatars` property is unset. Instead, rather than manually
resetting the variable, we'll let `bp_core_set_avatar_globals()`, via `bp_setup_globals`
in `assertPreConditions()`, reset it correctly.

Fixes #5727

git-svn-id: https://buddypress.svn.wordpress.org/trunk@8555 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-06-30 17:20:03 +00:00
..
define-constants.php Fix incorrect constant name when setting up phpunit constants 2014-05-14 12:32:15 +00:00
factory.php Add Messages unit test factory class 2014-06-13 15:39:31 +00:00
install.php Tests: fix file include paths. 2014-05-04 14:33:21 +00:00
loader.php Tests: fix file include paths. 2014-05-04 14:33:21 +00:00
testcase.php Tests: stop manually resetting $bp->avatar between tests. 2014-06-30 17:20:03 +00:00