Skip to content

Commit

Permalink
Tests for PHP 7.1 and new phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin committed Nov 6, 2017
1 parent af517d2 commit 54d7321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ cache:
- $HOME/.composer/cache/files

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
include:
- php: 5.6
env: DEPENDENCIES=dev
- 7.1

before_install:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion tests/Nacmartin/PhpExecJs/Tests/PhpExecJsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Nacmartin\PhpExecJs\PhpExecJs;
use Nacmartin\PhpExecJs\Runtime\ExternalRuntime;

class PhpExecJsTest extends \PHPUnit_Framework_TestCase
class PhpExecJsTest extends \PHPUnit\Framework\TestCase
{
public function testAutodetectRuntime()
{
Expand Down

0 comments on commit 54d7321

Please sign in to comment.