Update phpunit to 6.4

This commit is contained in:
Pierre Rudloff 2017-10-26 10:46:22 +02:00
parent b4b5764c23
commit d14b1458a1
11 changed files with 326 additions and 126 deletions

View file

@ -6,13 +6,14 @@
namespace Alltube\Test;
use Alltube\UglyRouter;
use PHPUnit\Framework\TestCase;
use Slim\Http\Environment;
use Slim\Http\Request;
/**
* Unit tests for the UglyRouter class.
*/
class UglyRouterTest extends \PHPUnit_Framework_TestCase
class UglyRouterTest extends TestCase
{
/**
* UglyRouter instance.