From b2e52e8e155ddae8da998ddcbbfa9cf6e563b2b7 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 19 May 2013 04:12:07 +0200 Subject: [PATCH] [CssSelector] Moved a test into the Tests folder. --- .../Component/CssSelector/{ => Tests}/CssSelectorTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/Symfony/Component/CssSelector/{ => Tests}/CssSelectorTest.php (96%) diff --git a/src/Symfony/Component/CssSelector/CssSelectorTest.php b/src/Symfony/Component/CssSelector/Tests/CssSelectorTest.php similarity index 96% rename from src/Symfony/Component/CssSelector/CssSelectorTest.php rename to src/Symfony/Component/CssSelector/Tests/CssSelectorTest.php index e2ca42ff4c..db947a2a73 100644 --- a/src/Symfony/Component/CssSelector/CssSelectorTest.php +++ b/src/Symfony/Component/CssSelector/Tests/CssSelectorTest.php @@ -9,7 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\CssSelector; +namespace Symfony\Component\CssSelector\Tests; + +use Symfony\Component\CssSelector\CssSelector; class CssSelectorTest extends \PHPUnit_Framework_TestCase {