Changeset 51403 for trunk/tests/phpunit/tests/actions.php
- Timestamp:
- 07/11/2021 12:41:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions.php
r51397 r51403 280 280 // Just in case we don't trust assertSame(). 281 281 $obj->foo = true; 282 $this->assert False( empty( $args[0][0]->foo ));282 $this->assertNotEmpty( $args[0][0]->foo ); 283 283 } 284 284
Note: See TracChangeset
for help on using the changeset viewer.