Fix tests on windows
parent
6f0ac07ebe
commit
5888945c30
|
@ -28,7 +28,7 @@ class UpdateCommandTest extends TestCase
|
||||||
$appTester = $this->getApplicationTester();
|
$appTester = $this->getApplicationTester();
|
||||||
$appTester->run(array_merge(['command' => 'update', '--dry-run' => true], $command));
|
$appTester->run(array_merge(['command' => 'update', '--dry-run' => true], $command));
|
||||||
|
|
||||||
$this->assertSame(trim($expected), trim($appTester->getDisplay()));
|
$this->assertSame(strtr(trim($expected), "\r", ''), strtr(trim($appTester->getDisplay()), "\r", ''));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function provideUpdates(): \Generator
|
public function provideUpdates(): \Generator
|
||||||
|
|
Loading…
Reference in New Issue