We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1cffc1 + cebb89f commit 6dfb730Copy full SHA for 6dfb730
tests/NewCommandTest.php
@@ -23,7 +23,7 @@ public function test_it_can_scaffold_a_new_laravel_app()
23
24
$statusCode = $tester->execute(['name' => $scaffoldDirectoryName]);
25
26
- $this->assertEquals($statusCode, 0);
+ $this->assertSame(0, $statusCode);
27
$this->assertDirectoryExists($scaffoldDirectory.'/vendor');
28
$this->assertFileExists($scaffoldDirectory.'/.env');
29
}
0 commit comments