Skip to content

Commit 386746c

Browse files
MarioBlazeknicolas-grekas
authored andcommitted
Remove deprecated assertContains
1 parent 353ad95 commit 386746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Compiler/CustomExpressionLanguageFunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public function getFunctions()
3131
$dump = new PhpDumper($container);
3232
$dumped = $dump->dump();
3333

34-
$this->assertContains('strtolower("foobar")', $dumped);
34+
$this->assertStringContainsString('strtolower("foobar")', $dumped);
3535
}
3636
}

0 commit comments

Comments
 (0)