Skip to content

Commit e24be89

Browse files
committed
Update e2e tests
1 parent 174b8e9 commit e24be89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
\PHPStan\Testing\assertType('int<80100, 80499>', PHP_VERSION_ID);
3+
\PHPStan\Testing\assertType('int<80100, 80599>', PHP_VERSION_ID);
44
\PHPStan\Testing\assertType('8', PHP_MAJOR_VERSION);
55
\PHPStan\Testing\assertType('int<1, 4>', PHP_MINOR_VERSION);
66
\PHPStan\Testing\assertType('int<0, max>', PHP_RELEASE_VERSION);

e2e/composer-min-version/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
\PHPStan\Testing\assertType('int<80100, 80499>', PHP_VERSION_ID);
3+
\PHPStan\Testing\assertType('int<80100, 80599>', PHP_VERSION_ID);
44
\PHPStan\Testing\assertType('8', PHP_MAJOR_VERSION);
55
\PHPStan\Testing\assertType('int<1, 4>', PHP_MINOR_VERSION);
66
\PHPStan\Testing\assertType('int<0, max>', PHP_RELEASE_VERSION);

e2e/composer-no-versions/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
\PHPStan\Testing\assertType('int<50207, 80499>', PHP_VERSION_ID);
3+
\PHPStan\Testing\assertType('int<50207, 80599>', PHP_VERSION_ID);
44
\PHPStan\Testing\assertType('int<5, 8>', PHP_MAJOR_VERSION);
55
\PHPStan\Testing\assertType('int<0, max>', PHP_MINOR_VERSION);
66
\PHPStan\Testing\assertType('int<0, max>', PHP_RELEASE_VERSION);

0 commit comments

Comments
 (0)