- Timestamp:
- 02/27/2015 03:00:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-core-user.php
r9139 r9561 6 6 */ 7 7 class BP_Tests_BP_Core_User_TestCases extends BP_UnitTestCase { 8 protected $old_current_user = 0;9 10 public function setUp() {11 parent::setUp();12 }13 14 public function tearDown() {15 parent::tearDown();16 }17 18 8 /** 19 9 * @expectedDeprecated BP_Core_User::get_users
Note: See TracChangeset
for help on using the changeset viewer.