From 8ba94ecf5d1de62002f95f346d73f2937abf1d31 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 31 Jan 2020 00:14:07 +0000 Subject: [PATCH] Tests: Rename `wpValidateBoolean.php` for consistency with other files. See #30238. git-svn-id: https://develop.svn.wordpress.org/trunk@47141 602fd350-edb4-49c9-b593-d223f7449a82 --- .../functions/{WpValidateBoolean.php => wpValidateBoolean.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/phpunit/tests/functions/{WpValidateBoolean.php => wpValidateBoolean.php} (100%) diff --git a/tests/phpunit/tests/functions/WpValidateBoolean.php b/tests/phpunit/tests/functions/wpValidateBoolean.php similarity index 100% rename from tests/phpunit/tests/functions/WpValidateBoolean.php rename to tests/phpunit/tests/functions/wpValidateBoolean.php