mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
update hardcoded Psalm version (#5783)
* change hardcoded Psalm version to something more recent * change hardcoded Psalm version to something more recent
This commit is contained in:
parent
9635ca620c
commit
ff0c1ce567
@ -33,7 +33,7 @@ class ConfigTest extends \Psalm\Tests\TestCase
|
||||
self::$config = new TestConfig();
|
||||
|
||||
if (!defined('PSALM_VERSION')) {
|
||||
define('PSALM_VERSION', '2.0.0');
|
||||
define('PSALM_VERSION', '4.0.0');
|
||||
}
|
||||
|
||||
if (!defined('PHP_PARSER_VERSION')) {
|
||||
|
@ -43,7 +43,7 @@ class PluginTest extends \Psalm\Tests\TestCase
|
||||
self::$config = new TestConfig();
|
||||
|
||||
if (!defined('PSALM_VERSION')) {
|
||||
define('PSALM_VERSION', '2.0.0');
|
||||
define('PSALM_VERSION', '4.0.0');
|
||||
}
|
||||
|
||||
if (!defined('PHP_PARSER_VERSION')) {
|
||||
|
@ -32,7 +32,7 @@ class ProjectCheckerTest extends TestCase
|
||||
self::$config = new TestConfig();
|
||||
|
||||
if (!defined('PSALM_VERSION')) {
|
||||
define('PSALM_VERSION', '2.0.0');
|
||||
define('PSALM_VERSION', '4.0.0');
|
||||
}
|
||||
|
||||
if (!defined('PHP_PARSER_VERSION')) {
|
||||
|
@ -100,7 +100,7 @@ echo "Successfully executed the command: " . $prefixedData;';
|
||||
'driver' => [
|
||||
'name' => 'Psalm',
|
||||
'informationUri' => 'https://psalm.dev',
|
||||
'version' => '2.0.0',
|
||||
'version' => '4.0.0',
|
||||
'rules' => [
|
||||
[
|
||||
'id' => '246',
|
||||
|
@ -24,7 +24,7 @@ class StubTest extends TestCase
|
||||
self::$config = new TestConfig();
|
||||
|
||||
if (!defined('PSALM_VERSION')) {
|
||||
define('PSALM_VERSION', '2.0.0');
|
||||
define('PSALM_VERSION', '4.0.0');
|
||||
}
|
||||
|
||||
if (!defined('PHP_PARSER_VERSION')) {
|
||||
|
@ -32,7 +32,7 @@ class TestCase extends BaseTestCase
|
||||
ini_set('memory_limit', '-1');
|
||||
|
||||
if (!defined('PSALM_VERSION')) {
|
||||
define('PSALM_VERSION', '2.0.0');
|
||||
define('PSALM_VERSION', '4.0.0');
|
||||
}
|
||||
|
||||
if (!defined('PHP_PARSER_VERSION')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user