merged branch franmomu/fix_test_namespaces (PR #6497)

This PR was merged into the 2.1 branch.

Commits
-------

a6704f3 [Tests] Fix namespaces

Discussion
----------

[Tests] Fix namespaces
This commit is contained in:
Fabien Potencier 2012-12-28 08:29:59 +01:00
commit 277ababc82
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Tests\Component\Locale\Stub;
namespace Symfony\Component\Locale\Tests\Stub;
require_once __DIR__.'/../TestCase.php';

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
namespace Symfony\Test\Component\Security\Http\Firewall;
namespace Symfony\Component\Security\Tests\Http\Firewall;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@ -3,5 +3,5 @@
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/services/constraint-mapping-1.0.xsd">
<class name="Symfony\Tests\Component\Validator\Fixtures\Entity" />
<class name="Symfony\Component\Validator\Tests\Fixtures\Entity" />
</constraint-mapping>