Skip to content

Commit

Permalink
Test compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 28, 2021
1 parent b4ef112 commit 0317fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Monorepo/BuildTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function testBuildWithIncludePathExampleProject()
public function __call($method, $args)
{
if ($method === 'assertStringContainsString') {
call_uer_func_array([$this, 'assertContains'], $args);
call_user_func_array([$this, 'assertContains'], $args);
}
}

Expand Down

0 comments on commit 0317fc7

Please sign in to comment.