1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Default tests to use PHP 7.3 standards

This commit is contained in:
Matthew Brown 2019-02-07 14:08:35 -05:00
parent fbe5801345
commit dedb3625b6

View File

@ -65,6 +65,8 @@ class TestCase extends BaseTestCase
1,
false
);
$this->project_analyzer->setPhpVersion('7.3');
}
/**