Changeset 11091 for trunk/tests/phpunit/testcases/groups/functions.php
- Timestamp:
- 09/13/2016 05:35:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/functions.php
r11089 r11091 293 293 $g = $this->factory->group->create(); 294 294 295 $group_before = groups_get_group( array( 296 'group_id' => $g, 297 ) ); 298 295 $group_before = groups_get_group( $g ); 299 296 groups_create_group( array( 300 297 'group_id' => $g, … … 302 299 ) ); 303 300 304 $group_after = groups_get_group( array( 305 'group_id' => $g, 306 ) ); 307 301 $group_after = groups_get_group( $g ); 308 302 $this->assertSame( $group_before->description, $group_after->description ); 309 303 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)