summaryrefslogtreecommitdiffstats
path: root/Tests/Core/SecurityContextTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Core/SecurityContextTest.php')
-rw-r--r--Tests/Core/SecurityContextTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Core/SecurityContextTest.php b/Tests/Core/SecurityContextTest.php
index 124ebf9..6695889 100644
--- a/Tests/Core/SecurityContextTest.php
+++ b/Tests/Core/SecurityContextTest.php
@@ -89,4 +89,9 @@ class SecurityContextTest extends \PHPUnit_Framework_TestCase
$context->setToken($token = $this->getMock('Symfony\Component\Security\Core\Authentication\Token\TokenInterface'));
$this->assertSame($token, $context->getToken());
}
+
+ public function testTranslationsAreNotInCore()
+ {
+ $this->assertFalse(file_exists(__DIR__.'/../../Core/Resources/translations/'));
+ }
}