From cf2cfce0873d96a4f4493c2c43e25b78dbdd95c4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 29 Jun 2011 17:59:50 +0000 Subject: [PATCH] Move global functions tests to their own directory. Will let us create a test file for each functions which is easier to handle in the long time. --- tests/phpunit/includes/{ => GlobalFunctions.php}/GlobalTest.php | 0 tests/phpunit/includes/GlobalFunctions.php/README | 2 ++ 2 files changed, 2 insertions(+) rename tests/phpunit/includes/{ => GlobalFunctions.php}/GlobalTest.php (100%) create mode 100644 tests/phpunit/includes/GlobalFunctions.php/README diff --git a/tests/phpunit/includes/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions.php/GlobalTest.php similarity index 100% rename from tests/phpunit/includes/GlobalTest.php rename to tests/phpunit/includes/GlobalFunctions.php/GlobalTest.php diff --git a/tests/phpunit/includes/GlobalFunctions.php/README b/tests/phpunit/includes/GlobalFunctions.php/README new file mode 100644 index 0000000000..0042bdac08 --- /dev/null +++ b/tests/phpunit/includes/GlobalFunctions.php/README @@ -0,0 +1,2 @@ +This directory hold tests for includes/GlobalFunctions.php file +which is a pile of functions. -- 2.20.1