-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 composer dependencies and stabilize build #33
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e previous version didn't match with the `composer.json` one.
…ts.0". Expected scalar, but got object."
…n: The service "jms_serializer.stopwatch_subscriber" has a dependency on a non-existent service "debug.stopwatch"". More info: schmittjoh/JMSSerializerBundle#624
…imilarComparator#assertEquals` not being compatible with `SebastianBergmann\Comparator\ObjectComparator#assertEquals`
…t` over `null`s: "count(): Parameter must be an array or an object that implements Countable"
* Make the `UnitTestCase` class extend from `MockeryTestCase` in order to close and check Mockery assertions. This is the recommended way since Mockery 1.0: http://docs.mockery.io/en/latest/reference/phpunit_integration.html
JavierCane
force-pushed
the
fix-composer-dependencies
branch
from
March 12, 2018 12:09
f5b3b76
to
30c9dad
Compare
With this PR we return to the greenzone of successful CircleCI builds 🙂 |
rgomezcasas
approved these changes
Mar 13, 2018
Move `CourseIdStub` to test namespace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
composer update
in order to update thecomposer.lock
since the previous version didn't match with thecomposer.json
one.symfony/stopwatch
torequire
instead ofrequire-dev
schmittjoh/JMSSerializerBundle#624DateTimeSimilarComparator#assertEquals
andDateTimeStringSimilarComparator#assertEquals
not being compatible withSebastianBergmann\Comparator\ObjectComparator#assertEquals
vendor/bin/behat -p applications
test due to invalid YAMLcount
overnull
s: "count(): Parameter must be an array or an object that implements Countable"UnitTestCase
class extend fromMockeryTestCase
in order to close and check Mockery assertions. This is the recommended way since Mockery 1.0: http://docs.mockery.io/en/latest/reference/phpunit_integration.htmlApiResponseContext