Merge pull request #115 from ozh/fixtests

Fix tests on PHP 5.6 & HHVM
This commit is contained in:
Frank de Jonge 2017-08-14 23:12:17 +02:00 committed by GitHub
commit 4d43518157
3 changed files with 3 additions and 2 deletions

View file

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

View file

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

View file

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