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:
parent
5ac73ba77a
commit
b89f30a8f0
@ -17,7 +17,7 @@ abstract class Test extends \PHPUnit_Framework_TestCase {
|
||||
return [
|
||||
["string"],
|
||||
[0],
|
||||
[PHP_INT_MIN],
|
||||
[~PHP_INT_MAX],
|
||||
[-1.0],
|
||||
[true],
|
||||
[false],
|
||||
|
Loading…
x
Reference in New Issue
Block a user