From 547c1d2ce48dbd779ae6c6b8ada342e812c89a1f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 15 May 2012 10:24:29 +0200 Subject: [PATCH] moved tests inside the Goutte directory --- {tests/Goutte => Goutte}/Tests/ClientTest.php | 0 phpunit.xml.dist | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {tests/Goutte => Goutte}/Tests/ClientTest.php (100%) diff --git a/tests/Goutte/Tests/ClientTest.php b/Goutte/Tests/ClientTest.php similarity index 100% rename from tests/Goutte/Tests/ClientTest.php rename to Goutte/Tests/ClientTest.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 98cc3fd..9e7ff98 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -12,7 +12,7 @@ bootstrap="./vendor/autoload.php"> - ./tests/Goutte/Tests + ./Goutte/Tests