Skip to content

Commit 02a290d

Browse files
author
Mario Blazek
committed
Do not test on 5.4 version of PHP
1 parent 0168359 commit 02a290d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ matrix:
88
# mark as finished before allow_failures are run
99
fast_finish: true
1010
include:
11-
- php: 5.4
1211
- php: 5.5
1312
- php: 5.6
1413
- php: 7.0

Tests/Cache/NullTest.php renamed to Tests/Cache/NoCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Netgen\Bundle\OpenWeatherMapBundle\Cache\HandlerInterface;
66
use Netgen\Bundle\OpenWeatherMapBundle\Cache\NoCache;
77

8-
class NullTest extends \PHPUnit_Framework_TestCase
8+
class NoCacheTest extends \PHPUnit_Framework_TestCase
99
{
1010
public function testInstanceOfHandlerInterface()
1111
{

0 commit comments

Comments
 (0)