We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b24f701 + df526a8 commit 3f15524Copy full SHA for 3f15524
.travis.yml
@@ -1,12 +1,9 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- 5.6
8
- 7.0
9
- - hhvm
+ - 7.1
10
11
before_script:
12
- composer self-update
@@ -16,6 +13,5 @@ script: phpunit
16
13
17
14
matrix:
18
15
allow_failures:
19
- - php: 7.0
20
- - php: hhvm
21
- fast_finish: true
+ - php: 5.6
+ fast_finish: true
tests/Svg/StyleTest.php
@@ -12,7 +12,7 @@
use Svg\Style;
-class StyleTest extends \PHPUnit_Framework_TestCase
+class StyleTest extends \PHPUnit\Framework\TestCase
{
public function test_parseColor()
@@ -57,4 +57,4 @@ public function test_convertSize()
57
}
58
59
60
-
+
0 commit comments