diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-02-26 07:08:19 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-02-26 07:08:19 +0100 |
commit | f416b655ca311f84e32a4ac05be0da1e83763734 (patch) | |
tree | 8fbb1f5c3b786f24da9c3144d5d7988b917ee2c7 | |
parent | 9b005390ddc8a23b6ecb67c61f0856d16955bc11 (diff) | |
parent | 441fc2134322ea1e663a87c461aaf4d65138a8b9 (diff) | |
download | symfony-security-f416b655ca311f84e32a4ac05be0da1e83763734.zip symfony-security-f416b655ca311f84e32a4ac05be0da1e83763734.tar.gz symfony-security-f416b655ca311f84e32a4ac05be0da1e83763734.tar.bz2 |
Merge branch '3.0'
* 3.0:
fixed tests
[Security] added some tests
-rw-r--r-- | Core/Tests/Resources/TranslationFilesTest.php (renamed from Tests/Resources/TranslationFilesTest.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Resources/TranslationFilesTest.php b/Core/Tests/Resources/TranslationFilesTest.php index 341ec87..dc38e4a 100644 --- a/Tests/Resources/TranslationFilesTest.php +++ b/Core/Tests/Resources/TranslationFilesTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Resources; +namespace Symfony\Component\Security\Core\Tests\Resources; class TranslationFilesTest extends \PHPUnit_Framework_TestCase { |