Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 11, 2024
1 parent 8e78277 commit 020eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HttpApplicationRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function testRunWithFailureDuringProcess(): void
{
$runner = $this->runner->withContainer($this->createContainer(true));

$this->expectOutputRegex("/^Exception with message \"Failure\"/");
$this->expectOutputRegex('/^Exception with message "Failure"/');

$runner->run();
}
Expand Down

0 comments on commit 020eb3b

Please sign in to comment.