Skip to content

Commit 3f15524

Browse files
authored
Merge pull request #20 from luxin88/master
Update StyleTest.php
2 parents b24f701 + df526a8 commit 3f15524

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
85
- 7.0
9-
- hhvm
6+
- 7.1
107

118
before_script:
129
- composer self-update
@@ -16,6 +13,5 @@ script: phpunit
1613

1714
matrix:
1815
allow_failures:
19-
- php: 7.0
20-
- php: hhvm
21-
fast_finish: true
16+
- php: 5.6
17+
fast_finish: true

tests/Svg/StyleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use Svg\Style;
1414

15-
class StyleTest extends \PHPUnit_Framework_TestCase
15+
class StyleTest extends \PHPUnit\Framework\TestCase
1616
{
1717

1818
public function test_parseColor()
@@ -57,4 +57,4 @@ public function test_convertSize()
5757
}
5858

5959
}
60-
60+

0 commit comments

Comments
 (0)