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