Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 4 commits into from
Nov 24, 2019
Merged

Update tests #348

merged 4 commits into from
Nov 24, 2019

Conversation

odolbeau
Copy link
Member

Update & clean tests

use Symfony\Component\Translation\MessageCatalogue;
use Symfony\Component\Translation\MessageCatalogueInterface;
use Symfony\Component\Translation\Tests\Catalogue\MergeOperationTest;
Copy link
Member Author

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",
Copy link
Member Author

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.

@odolbeau
Copy link
Member Author

Ready to be merged! 👍

@XWB
Copy link
Contributor

XWB commented Nov 24, 2019

👍

@XWB XWB merged commit 9a9938f into php-translation:master Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants