Skip to content

Commit a14e850

Browse files
committedFeb 14, 2013
Fix tests
1 parent b4ab2ff commit a14e850

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)
Please sign in to comment.