1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix stub test

This commit is contained in:
Brown 2020-09-13 22:13:39 -04:00 committed by Daniil Gentili
parent c3a8b1b852
commit d53a9313a5
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1134,6 +1134,7 @@ class StubTest extends TestCase
)
);
$this->project_analyzer->setPhpVersion('7.4');
$file_path = getcwd() . '/src/somefile.php';
@ -1164,6 +1165,7 @@ class StubTest extends TestCase
)
);
$this->project_analyzer->setPhpVersion('7.4');
$file_path = getcwd() . '/src/somefile.php';