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.
1 parent 0168359 commit 02a290dCopy full SHA for 02a290d
.travis.yml
@@ -8,7 +8,6 @@ matrix:
8
# mark as finished before allow_failures are run
9
fast_finish: true
10
include:
11
- - php: 5.4
12
- php: 5.5
13
- php: 5.6
14
- php: 7.0
Tests/Cache/NullTest.php renamed to Tests/Cache/NoCacheTest.php
@@ -5,7 +5,7 @@
5
use Netgen\Bundle\OpenWeatherMapBundle\Cache\HandlerInterface;
6
use Netgen\Bundle\OpenWeatherMapBundle\Cache\NoCache;
7
-class NullTest extends \PHPUnit_Framework_TestCase
+class NoCacheTest extends \PHPUnit_Framework_TestCase
{
public function testInstanceOfHandlerInterface()
0 commit comments