Skip to content

Commit

Permalink
Update PublishViewsCommandTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 28, 2024
1 parent 655f44c commit 560b008
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ public function testInteractiveSelectionOnUnixSystems()

public function testInteractiveSelectionWithHittingEnterRightAway()
{
if (windows_os()) {
$this->markTestSkipped('Test is not applicable on Windows systems.');
}

ConsoleHelper::mockWindowsOs(false);

Prompt::fake([
Expand Down

0 comments on commit 560b008

Please sign in to comment.