Fix tests on PHP 5.6 & HHVM
This commit is contained in:
parent
ae7202b50f
commit
fd3dd12c2f
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue