Update phpunit to 6.4
This commit is contained in:
parent
b4b5764c23
commit
d14b1458a1
11 changed files with 326 additions and 126 deletions
|
@ -6,6 +6,7 @@
|
|||
namespace Alltube\Test;
|
||||
|
||||
use Alltube\ViewFactory;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Slim\Container;
|
||||
use Slim\Http\Environment;
|
||||
use Slim\Http\Request;
|
||||
|
@ -14,7 +15,7 @@ use Slim\Views\Smarty;
|
|||
/**
|
||||
* Unit tests for the ViewFactory class.
|
||||
*/
|
||||
class ViewFactoryTest extends \PHPUnit_Framework_TestCase
|
||||
class ViewFactoryTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Test the create() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue