Update phpunit to 6.4
This commit is contained in:
parent
b4b5764c23
commit
d14b1458a1
11 changed files with 326 additions and 126 deletions
|
@ -9,6 +9,7 @@ use Alltube\Config;
|
|||
use Alltube\Controller\FrontController;
|
||||
use Alltube\LocaleManager;
|
||||
use Alltube\ViewFactory;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Slim\Container;
|
||||
use Slim\Http\Environment;
|
||||
use Slim\Http\Request;
|
||||
|
@ -17,7 +18,7 @@ use Slim\Http\Response;
|
|||
/**
|
||||
* Unit tests for the FrontController class.
|
||||
*/
|
||||
class FrontControllerTest extends \PHPUnit_Framework_TestCase
|
||||
class FrontControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Slim dependency container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue