[CssSelector] Moved a test into the Tests folder.

This commit is contained in:
Jakub Zalas 2013-05-19 04:12:07 +02:00
parent c8b2e111d2
commit b2e52e8e15
1 changed files with 3 additions and 1 deletions

View File

@ -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
{