Skip to content

Commit 02c8762

Browse files
authored
Update EnvArtisanTest.php
1 parent 4f4e104 commit 02c8762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EnvArtisanTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private function _genRandomString($length = 8)
4747

4848
public function testEnvGetSelected(): void
4949
{
50-
$this->artisan('env:get APP_NAME')
50+
$this->artisan('env:get', ['key' => 'APP_NAME'])
5151
->expectsOutput('Laravel')
5252
->assertExitCode(0)
5353
;

0 commit comments

Comments
 (0)