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 Apr 13, 2024
1 parent 292a75b commit e7569fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Unit/BuildTaskUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function testTaskSkippingWithCustomMessage()
$this->assertSame('<bg=yellow>Skipped</>', $task->buffer[1]);
$this->assertSame('<fg=gray> > Custom reason</>', $task->buffer[2]);
}

public function testExceptionHandling()
{
$task = new BufferedTestBuildTask();
Expand Down

0 comments on commit e7569fc

Please sign in to comment.