phpunit 5.*

This commit is contained in:
bzick
2017-04-22 15:00:48 +03:00
parent 76e1b5a48c
commit 28b4074d66
3 changed files with 538 additions and 374 deletions

View File

@@ -3,7 +3,7 @@ namespace Fenom;
use Fenom, Fenom\Provider as FS;
class TestCase extends \PHPUnit_Framework_TestCase
class TestCase extends \PHPUnit\Framework\TestCase
{
public $template_path = 'template';
/**