Changeset 9121 for trunk/tests/phpunit/testcases/groups/functions.php
- Timestamp:
- 11/03/2014 06:26:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/functions.php
r9118 r9121 16 16 17 17 $this->factory->group->create(); 18 }19 20 public function test_creating_new_group_as_anonymous_user() {21 $g = $this->factory->group->create();22 $this->assertFalse( $g );23 18 } 24 19
Note: See TracChangeset
for help on using the changeset viewer.