Black Friday: 40% off Bifrost Hela & Thor plans • Code: BLACKFRIDAY40
Ends in:
d
h
m
s

Shell


#Fake Shell

#Example test case

Copied!
use Native\Desktop\Facades\Shell;
 
#[\PHPUnit\Framework\Attributes\Test]
public function example(): void
{
Shell::fake();
 
$this->get('/whatever-action');
 
Shell::assertOpenedExternal('https://some-url.test');
}

#Available assertions

  • assertShowInFolder
  • assertOpenedFile
  • assertTrashedFile
  • assertOpenedExternal