-
Notifications
You must be signed in to change notification settings - Fork 93
Update tests #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update tests #348
Conversation
use Symfony\Component\Translation\MessageCatalogue; | ||
use Symfony\Component\Translation\MessageCatalogueInterface; | ||
use Symfony\Component\Translation\Tests\Catalogue\MergeOperationTest; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests classes are not shipped with symfony anymore.
@@ -51,8 +52,8 @@ | |||
] | |||
}, | |||
"scripts": { | |||
"test": "vendor/bin/simple-phpunit", | |||
"test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml Tests/Unit" | |||
"test": "vendor/bin/phpunit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests were failing cause simple-phpunit was installing phpunit/phpunit
6.5.
phpunit/phpunit
8.4 is not in required-dev
& used directly on travis.
Ready to be merged! 👍 |
👍 |
Update & clean tests