Remove newlines from command output
continuous-integration/drone/push Build is failing Details

main
Hugo Thunnissen 2 years ago
parent 04e372fe2f
commit ad0ecdfad2

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

Loading…
Cancel
Save