You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
support laravel 4 translation loading
This commit is contained in:
@@ -46,4 +46,4 @@ jobs:
|
||||
composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit --configuration=phpunit-laravel.xml
|
||||
run: vendor/bin/phpunit --testdox --configuration=phpunit-laravel.xml
|
||||
|
||||
@@ -56,4 +56,4 @@ jobs:
|
||||
composer require "symfony/symfony:${{ matrix.symfony }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit --configuration=phpunit-symfony.xml
|
||||
run: vendor/bin/phpunit --testdox --configuration=phpunit-symfony.xml
|
||||
|
||||
Reference in New Issue
Block a user