Skip to content

Commit

Permalink
#2407 - Adjust test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 31, 2023
1 parent e51d404 commit e9a8831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zephir/Backends/ZendEngine3/BackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function stringDataProvider(): array
*/
public function testShouldEscapeStringWithRegexp(string $testString, string $expectedString): void
{
$backend = new Backend(new Config(), null, null);
$backend = new Backend(new Config(), '', '');
$variable = new Variable('variable', 'name');
$context = new CompilationContext();

Expand Down

0 comments on commit e9a8831

Please sign in to comment.