Changeset 45607 for trunk/tests/phpunit/tests/meta.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta.php
r43571 r45607 371 371 $string_mid = "{$meta_id}.0"; 372 372 373 // phpcs:ignore WordPress.PHP.StrictComparisons.LooseComparison -- intentional implicit casting check 373 374 $this->assertTrue( floor( $string_mid ) == $string_mid ); 374 375 $this->assertNotEquals( false, get_metadata_by_mid( 'user', $string_mid ) );
Note: See TracChangeset
for help on using the changeset viewer.