Skip to content

Commit 8404252

Browse files
kalessilnicolas-grekas
authored andcommitted
SCA: dropped unused mocks, duplicate import and a function alias usage
1 parent ef6fde1 commit 8404252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/ExpressionLanguageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function testCachedParseWithDeprecatedParserCacheInterface()
7070
{
7171
$cacheMock = $this->getMockBuilder('Symfony\Component\ExpressionLanguage\ParserCache\ParserCacheInterface')->getMock();
7272

73-
$cacheItemMock = $this->getMockBuilder('Psr\Cache\CacheItemInterface')->getMock();
7473
$savedParsedExpression = null;
7574
$expressionLanguage = new ExpressionLanguage($cacheMock);
7675

0 commit comments

Comments
 (0)