Changeset 9561 for trunk/tests/phpunit/testcases/groups/functions.php
- Timestamp:
- 02/27/2015 03:00:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/functions.php
r9471 r9561 6 6 */ 7 7 class BP_Tests_Groups_Functions extends BP_UnitTestCase { 8 protected $old_current_user_id = 0;9 10 public function setUp() {11 parent::setUp();12 $this->old_current_user = get_current_user_id();13 }14 15 public function tearDown() {16 parent::tearDown();17 $this->set_current_user( $this->old_current_user );18 }19 20 8 public function test_creating_new_group_as_authenticated_user() { 21 9 $u = $this->factory->user->create();
Note: See TracChangeset
for help on using the changeset viewer.