wordpress-develop/tests/phpunit/tests/import
Sergey Biryukov 5d9a38ef41 Tests: Use more appropriate assertions in various tests.
This replaces instances of `assertTrue( empty( ... ) )` with `assertEmpty()` to use native PHPUnit functionality.

Follow-up to [51335], [51337], [51367], [51397].

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@51403 602fd350-edb4-49c9-b593-d223f7449a82
2021-07-11 12:41:48 +00:00
..
base.php Tests: Use more appropriate assertions in various tests. 2021-07-11 12:41:48 +00:00
import.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
parser.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
postmeta.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00