Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 119c9bc

Browse files
committed
PhpUnitNoDedicateAssertFixer results
1 parent 0040864 commit 119c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Core/SecurityContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ public function testGetSetToken()
9292

9393
public function testTranslationsAreNotInCore()
9494
{
95-
$this->assertFalse(file_exists(__DIR__.'/../../Core/Resources/translations/'));
95+
$this->assertFileNotExists(__DIR__.'/../../Core/Resources/translations/');
9696
}
9797
}

0 commit comments

Comments
 (0)