Fix typo
continuous-integration/drone/push Build was killed Details

main
Hugo Thunnissen 2 years ago
parent ad0ecdfad2
commit cab6ef11a9

@ -157,7 +157,7 @@ class InstallCommandTest extends TestCase
$this->assertNotEquals(0, $tester->getStatusCode());
$this->assertMatchesRegularExpression(
'/is[[:blank:]]+not[[:blank:]]+found[[:blank:]]+for[[:blank:]]+package[[:blank:]]+test\\/two/',
\str_replaece(PHP_EOL, '', $tester->getDisplay())
\str_replace(PHP_EOL, '', $tester->getDisplay())
);
}

Loading…
Cancel
Save