mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-25 16:25:26 +00:00
This replaces instances of `assertTrue( is_dir( ... ) )` with `assertDirectoryExists()` to use native PHPUnit functionality. The `assertDirectoryExists()` method was introduced in PHPUnit 5.6. As the minimum supported PHPUnit version has been raised to PHPUnit 5.7.21, it can now be used. Follow-up to [51543], [51574], [51579]. Props jrf. See #53363. Built from https://develop.svn.wordpress.org/trunk@51580 git-svn-id: http://core.svn.wordpress.org/trunk@51191 1a063a9b-81f0-0310-95a4-ce76da25c4cd