- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Make assertEquals declarations compatible #30
Closed
Closed
+9
−9
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
Merged manually, thanks. |
@sebastianbergmann It was reverted in 7c39195 When do you plan to support current PHP nightly? |
nafigator
added a commit
to nafigator/Veles
that referenced
this pull request
Apr 23, 2017
aritomelo
added a commit
to openeuropa/task-runner
that referenced
this pull request
Sep 7, 2018
- The php version has been updated from 5.0 to 6.0, which introduce the namespacing and it is compatible with php7.2. The reason can be found [here](sebastianbergmann/comparator#30) and the solution [here](https://github.com/costlocker/reports/commit/f1e8aca4d7f26d4e2851a080ce6032dd47e4edab) - However it was tested the >=5.5 which is compatible with phpunit6.0 but not compatible with php 7.2 as mention above. - The http_build_url has been update due to this/https://github.com/jakeasmi th/http_build_url/commit/14e42cc955a314986b788adc3fbae09f77927261 which was introduced on version 1.0.1. The version has been update from 1.0.0 to 1.0.1.
aritomelo
added a commit
to openeuropa/task-runner
that referenced
this pull request
Sep 7, 2018
- The php version has been updated from 5.0 to 6.0, which introduce the namespacing and it is compatible with php7.2. The reason can be found [here](sebastianbergmann/comparator#30) and the solution [here](https://github.com/costlocker/reports/commit/f1e8aca4d7f26d4e2851a080ce6032dd47e4edab) - However it was tested the >=5.5 which is compatible with phpunit6.0 but not compatible with php 7.2 as mention above. - The http_build_url has been update due to this/https://github.com/jakeasmi th/http_build_url/commit/14e42cc955a314986b788adc3fbae09f77927261 which was introduced on version 1.0.1. The version has been update from 1.0.0 to 1.0.1.
voidtek
pushed a commit
to openeuropa/task-runner
that referenced
this pull request
Sep 10, 2018
- The php version has been updated from 5.0 to 6.0, which introduce the namespacing and it is compatible with php7.2. The reason can be found [here](sebastianbergmann/comparator#30) and the solution [here](https://github.com/costlocker/reports/commit/f1e8aca4d7f26d4e2851a080ce6032dd47e4edab) - However it was tested the >=5.5 which is compatible with phpunit6.0 but not compatible with php 7.2 as mention above. - The http_build_url has been update due to this/https://github.com/jakeasmi th/http_build_url/commit/14e42cc955a314986b788adc3fbae09f77927261 which was introduced on version 1.0.1. The version has been update from 1.0.0 to 1.0.1.
dxvargas
pushed a commit
to openeuropa/task-runner
that referenced
this pull request
Sep 14, 2018
…ssible (#76) * OPENEUROPA-776: update consolidation robo from 1.2.2 to 1.2.0 with caret so sticks closer to semantic versioning, and allow non-breaking updates. * OPENEUROPA-776: Added composer boundary to test lowest and highest version. * OPENEUROPA-776: Update the pipeline, to define COMPOSER_BOUNDARY so the test can get fired on lowest and higest version within selected range. - composer-install-lowest: - composer-install-highest: - define constant COMPOSER_BOUNDARY - removed php 5.6 as it will be absolete shortly and our components requires >=7.1 - added php7.2, so the components can be tested with higher versions too. * OPENEUROPA-776:Fixed the yaml format. * OPENEUROPA-776: testing alpha version on codereview. * OPENEUROPA-776: testing phpunit 5.5 to check if it is compatible with code-review * OPENEUROPA-776: Update the robo to ^1.2.2. - The ISSUE, here/https://drone.fpfis.eu/openeuropa/task-runner/113/9 - The FIXED, The minimum version has been fixed to 1.2.2. - Required method: Robo\Runner::setRelativePluginNamespace - The method was included here/consolidation/robo#671 - Release tag 1.2.2/https://github.com/consolidation/Robo/blob/1.2.2/src/Runner.php#L517 * PENEUROPA-776: Update codereview to 6.0 minimum. * OPENEUROPA-776: Update phpunit and http_build_url. - The php version has been updated from 5.0 to 6.0, which introduce the namespacing and it is compatible with php7.2. The reason can be found [here](sebastianbergmann/comparator#30) and the solution [here](https://github.com/costlocker/reports/commit/f1e8aca4d7f26d4e2851a080ce6032dd47e4edab) - However it was tested the >=5.5 which is compatible with phpunit6.0 but not compatible with php 7.2 as mention above. - The http_build_url has been update due to this/https://github.com/jakeasmi th/http_build_url/commit/14e42cc955a314986b788adc3fbae09f77927261 which was introduced on version 1.0.1. The version has been update from 1.0.0 to 1.0.1. * Revert " OPENEUROPA-776: Update the robo to ^1.2.2." This reverts commit ed0782d. * OPENEUROPA-776: Update the consolidation/robo to ^1.2.2 on composer.json. * OPENEUROPA-776: revert minimum php version on drone. * OPENEUROPA-776: Optimize drone.yml. * OPENEUROPA-775: Relax version constraints. * OPENEUROPA-776: Relax version constraints.
jmccaffrey42
pushed a commit
to jmccaffrey42/php-json-rpc
that referenced
this pull request
Nov 23, 2018
* Tests would not run under PHP 7.2.12 because the signatures on some methods have changed and PHPUnit needs to be updated to fix this. sebastianbergmann/comparator#30
runelangseid
added a commit
to runelangseid/phpunit
that referenced
this pull request
Jul 28, 2019
SnakeCharm3r
pushed a commit
to SnakeCharm3r/comparator
that referenced
this pull request
Dec 2, 2024
drop down edit commit
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.
Fix phpunit incompatible declaration errors