-
-
Notifications
You must be signed in to change notification settings - Fork 47
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/phpunit-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/phpunit-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 2 commits
- 1 file changed
- 2 contributors
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 49230ea - Browse repository at this point
Copy the full SHA 49230eaView commit details -
minor #42073 Add no-interaction for SYMFONY_PHPUNIT_REQUIRE on prophe…
…cy (alexander-schranz) This PR was merged into the 5.3 branch. Discussion ---------- Add no-interaction for SYMFONY_PHPUNIT_REQUIRE on prophecy | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Add no-interaction for SYMFONY_PHPUNIT_REQUIRE on prophecy Currently if you have for example the following configuration phpunit.xml.dist: ```xml <server name="SYMFONY_PHPUNIT_VERSION" value="9.5" /> <server name="SYMFONY_PHPUNIT_REQUIRE" value="phpspec/prophecy-phpunit"/> ``` It will ask if you really wanted to add `phpspec/prophecy-phpunit` as requirement, or if you want to keep it as dev dependency. To avoid this question and just install the dependency as defined I would add here the no-interaction flag. <img width="1113" alt="Bildschirmfoto 2021-07-12 um 20 27 26" src="https://user-images.githubusercontent.com/1698337/125337725-9ebc6380-e34f-11eb-8b86-200d4e757b91.png"> 2 questions are currently asked when adding `phpspec/prophecy-phpunit`. Commits ------- 3f1982dab9 Add no-interaction for SYMFONY_PHPUNIT_REQUIRE on prophecy
Configuration menu - View commit details
-
Copy full SHA for 2a1ff6e - Browse repository at this point
Copy the full SHA 2a1ff6eView commit details
There are no files selected for viewing