Failed Conditions
Push — master ( c48688...d6cc4f )
by Rafal
02:23 queued 54s
created
test/Unit/Application/SpotifyApiAuthTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     public function testGetAuthorizeUrlForPlaylistModifyPublic(): void
15 15
     {
16
-        var_dump(getenv('test'), $_ENV['test']);
16
+        var_dump(getenv('test'), $_ENV[ 'test' ]);
17 17
         $sessionMock = $this->getSessionMock();
18 18
 
19 19
         $sessionMock->method('getAuthorizeUrl')
Please login to merge, or discard this patch.