Add PHP 7 to Travis builds

Fix wrong octal notation in "HexRgbColor" test case
This commit is contained in:
Henrique Moody 2015-02-26 17:40:03 -03:00
parent 2c76fe1f15
commit 63d5fb1ee4
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly

View file

@ -47,8 +47,8 @@ class HexRgbColorTest extends \PHPUnit_Framework_TestCase
array('#S'),
array('1234'),
array('foo'),
array(000099),
array(005),
array(0x39F),
array(05),
array(1),
array(443),
array(array()),