mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
phpunit 5.*
This commit is contained in:
parent
76e1b5a48c
commit
28b4074d66
@ -15,7 +15,7 @@
|
|||||||
"ext-tokenizer": "*"
|
"ext-tokenizer": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "*",
|
"phpunit/phpunit": "5.*",
|
||||||
"satooshi/php-coveralls": "*"
|
"satooshi/php-coveralls": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
908
composer.lock
generated
908
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ namespace Fenom;
|
|||||||
|
|
||||||
use Fenom, Fenom\Provider as FS;
|
use Fenom, Fenom\Provider as FS;
|
||||||
|
|
||||||
class TestCase extends \PHPUnit_Framework_TestCase
|
class TestCase extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
public $template_path = 'template';
|
public $template_path = 'template';
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user