We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4f05c commit 2cbc090Copy full SHA for 2cbc090
1 file changed
compiler/tests/Console/CompileCommandTest.php
@@ -48,7 +48,7 @@ public function testCommand(): void
48
'command' => $command->getName(),
49
]);
50
51
- self::assertStringContainsString('Patching failed', $commandTester->getDisplay());
+ self::assertSame('', $commandTester->getDisplay());
52
}
53
54
0 commit comments