1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Fixed #3 (PHP_INT_MIN is PHP 7 only)

This commit is contained in:
Bob Weinand 2016-12-30 21:29:21 +01:00 committed by GitHub
parent 5ac73ba77a
commit b89f30a8f0

View File

@ -17,7 +17,7 @@ abstract class Test extends \PHPUnit_Framework_TestCase {
return [
["string"],
[0],
[PHP_INT_MIN],
[~PHP_INT_MAX],
[-1.0],
[true],
[false],