Changeset 51397 for trunk/tests/phpunit/tests/includes/helpers.php
- Timestamp:
- 07/10/2021 11:15:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/includes/helpers.php
r48996 r51397 228 228 $stati = get_post_stati(); 229 229 230 $this->assert False( isset( $stati['foo'] ));230 $this->assertArrayNotHasKey( 'foo', $stati ); 231 231 } 232 232
Note: See TracChangeset
for help on using the changeset viewer.