Changeset 9561 for trunk/tests/phpunit/testcases/xprofile/functions.php
- Timestamp:
- 02/27/2015 03:00:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/xprofile/functions.php
r9139 r9561 6 6 */ 7 7 class BP_Tests_XProfile_Functions extends BP_UnitTestCase { 8 public function setUp() {9 parent::setUp();10 }11 12 public function tearDown() {13 parent::tearDown();14 }15 16 8 public function test_get_hidden_field_types_for_user_loggedout() { 17 9 $duser = $this->factory->user->create();
Note: See TracChangeset
for help on using the changeset viewer.