Skip to content

Commit 5bf16db

Browse files
committed
Merge pull request sonata-project#269 from pokap/master
Fix tests
2 parents b4ab2ff + a14e850 commit 5bf16db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Validator/FormatValidatorTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Sonata\MediaBundle\Tests\Security;
12+
namespace Sonata\MediaBundle\Tests\Validator;
1313

1414
use Sonata\MediaBundle\Provider\Pool;
1515
use Sonata\MediaBundle\Validator\FormatValidator;
@@ -52,4 +52,4 @@ public function testValidateWithValidContext()
5252

5353
$validator->validate($gallery, new ValidMediaFormat);
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)