Fix tests on PHP 5.6 & HHVM

This commit is contained in:
ozh 2017-06-30 20:05:48 +02:00
parent ae7202b50f
commit fd3dd12c2f
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
dist: trusty
language: php
php:

View file

@ -20,7 +20,7 @@
"php" : "~5.6|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0||~6.0",
"phpunit/phpunit" : ">=5.4.3",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {

View file

@ -2,7 +2,7 @@
namespace League\Skeleton;
class ExampleTest extends \PHPUnit_Framework_TestCase
class ExampleTest extends \PHPUnit\Framework\TestCase
{
/**
* Test that true does in fact equal true