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

@ -15,7 +15,7 @@
"ext-tokenizer": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "5.*",
"satooshi/php-coveralls": "*"
},
"autoload": {

908
composer.lock generated

File diff suppressed because it is too large Load Diff

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';
/**