mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix travis CI
This commit is contained in:
parent
52fea74cc4
commit
daf9d3cb20
@ -10,7 +10,7 @@ php:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer global require satooshi/php-coveralls
|
- composer global require satooshi/php-coveralls
|
||||||
# - composer update --dev --quiet
|
- composer update --quiet
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit -c phpunit.xml.dist
|
- phpunit -c phpunit.xml.dist
|
||||||
|
1788
composer.lock
generated
1788
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…
Reference in New Issue
Block a user