From afbc3da6edd8a641bfe34f46ccaac4e9df112633 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 9 Feb 2013 01:06:36 +0100 Subject: [PATCH] Now following PHPUnit file name pattern --- tests/{BinaryRW.php => BinaryRWTest.php} | 0 tests/phpunit.xml | 6 ++++++ 2 files changed, 6 insertions(+) rename tests/{BinaryRW.php => BinaryRWTest.php} (100%) create mode 100644 tests/phpunit.xml diff --git a/tests/BinaryRW.php b/tests/BinaryRWTest.php similarity index 100% rename from tests/BinaryRW.php rename to tests/BinaryRWTest.php diff --git a/tests/phpunit.xml b/tests/phpunit.xml new file mode 100644 index 000000000..2fa40761e --- /dev/null +++ b/tests/phpunit.xml @@ -0,0 +1,6 @@ + + + + ./ + + \ No newline at end of file