summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpacePossum <possumfromspace@gmail.com>2016-02-21 12:34:19 +0100
committerSpacePossum <possumfromspace@gmail.com>2016-02-21 12:34:19 +0100
commit119c9bc1d03fb91b774f7ee279d628bdb6301bdc (patch)
tree1766c4e7a84f2b89a0fc0954c65634223f50d00c
parent004086437a30d7b3ca554aafceb01e6bc1b9f29d (diff)
downloadsymfony-security-119c9bc1d03fb91b774f7ee279d628bdb6301bdc.zip
symfony-security-119c9bc1d03fb91b774f7ee279d628bdb6301bdc.tar.gz
symfony-security-119c9bc1d03fb91b774f7ee279d628bdb6301bdc.tar.bz2
PhpUnitNoDedicateAssertFixer results
-rw-r--r--Tests/Core/SecurityContextTest.php2
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/');
}
}