diff options
Diffstat (limited to 'Tests/Core/SecurityContextTest.php')
-rw-r--r-- | Tests/Core/SecurityContextTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/SecurityContextTest.php b/Tests/Core/SecurityContextTest.php index 6695889..3fba8d9 100644 --- a/Tests/Core/SecurityContextTest.php +++ b/Tests/Core/SecurityContextTest.php @@ -92,6 +92,6 @@ class SecurityContextTest extends \PHPUnit_Framework_TestCase public function testTranslationsAreNotInCore() { - $this->assertFalse(file_exists(__DIR__.'/../../Core/Resources/translations/')); + $this->assertFileNotExists(__DIR__.'/../../Core/Resources/translations/'); } } |