- Timestamp:
- 02/27/2015 03:00:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/class-bp-group-member-query.php
r9139 r9561 5 5 */ 6 6 class BP_Tests_BP_Group_Member_Query_TestCases extends BP_UnitTestCase { 7 public function setUp() {8 $this->current_user = get_current_user_id();9 $this->set_current_user( 0 );10 parent::setUp();11 }12 13 public function tearDown() {14 $this->set_current_user( $this->current_user );15 parent::tearDown();16 }17 7 18 8 /**
Note: See TracChangeset
for help on using the changeset viewer.