From 8622af27bb1aa9135f4432e10852414cbc7b4039 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 1 Jul 2022 19:54:22 +0000 Subject: [PATCH] Build/Test Tools: Remove an unused build configuration file. This is a configuration file for Apache Ant that is no longer used. Fixes #52604 git-svn-id: https://develop.svn.wordpress.org/trunk@53629 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/build.xml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/phpunit/build.xml diff --git a/tests/phpunit/build.xml b/tests/phpunit/build.xml deleted file mode 100644 index ff8234bc50..0000000000 --- a/tests/phpunit/build.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file