From f0cd448e96b27d0c91dd80211bdbcf365875fbdd Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Mon, 31 Mar 2014 08:34:51 -0400 Subject: [PATCH] Renamed test directory to tests --- phpunit.xml.dist | 4 ++-- {test => tests}/Dompdf/Tests/AutoloaderTest.php | 0 {test => tests}/Dompdf/Tests/DompdfTest.php | 0 {test => tests}/Dompdf/Tests/OptionsTest.php | 0 .../Dompdf/Tests/_files/angelina-jolie.jpg | Bin {test => tests}/bootstrap.php | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename {test => tests}/Dompdf/Tests/AutoloaderTest.php (100%) rename {test => tests}/Dompdf/Tests/DompdfTest.php (100%) rename {test => tests}/Dompdf/Tests/OptionsTest.php (100%) rename {test => tests}/Dompdf/Tests/_files/angelina-jolie.jpg (100%) rename {test => tests}/bootstrap.php (100%) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 45eaa9014..d39712097 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ - ./test/Dompdf/ + ./tests/Dompdf/ \ No newline at end of file diff --git a/test/Dompdf/Tests/AutoloaderTest.php b/tests/Dompdf/Tests/AutoloaderTest.php similarity index 100% rename from test/Dompdf/Tests/AutoloaderTest.php rename to tests/Dompdf/Tests/AutoloaderTest.php diff --git a/test/Dompdf/Tests/DompdfTest.php b/tests/Dompdf/Tests/DompdfTest.php similarity index 100% rename from test/Dompdf/Tests/DompdfTest.php rename to tests/Dompdf/Tests/DompdfTest.php diff --git a/test/Dompdf/Tests/OptionsTest.php b/tests/Dompdf/Tests/OptionsTest.php similarity index 100% rename from test/Dompdf/Tests/OptionsTest.php rename to tests/Dompdf/Tests/OptionsTest.php diff --git a/test/Dompdf/Tests/_files/angelina-jolie.jpg b/tests/Dompdf/Tests/_files/angelina-jolie.jpg similarity index 100% rename from test/Dompdf/Tests/_files/angelina-jolie.jpg rename to tests/Dompdf/Tests/_files/angelina-jolie.jpg diff --git a/test/bootstrap.php b/tests/bootstrap.php similarity index 100% rename from test/bootstrap.php rename to tests/bootstrap.php