We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4e104 commit 02c8762Copy full SHA for 02c8762
tests/EnvArtisanTest.php
@@ -47,7 +47,7 @@ private function _genRandomString($length = 8)
47
48
public function testEnvGetSelected(): void
49
{
50
- $this->artisan('env:get APP_NAME')
+ $this->artisan('env:get', ['key' => 'APP_NAME'])
51
->expectsOutput('Laravel')
52
->assertExitCode(0)
53
;
0 commit comments