Skip to content

[Bridge][PHPUnit] Version installed in the PHPUnit clone is not the same installed in the project #25067

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

Closed
fbourigault opened this issue Nov 21, 2017 · 0 comments

Comments

@fbourigault
Copy link
Contributor

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 3.4.x-dev

Since #25056 the symfony/phpunit-bridge installed in the project and the PHPUnit clone should be the same.

composer init -n
composer config minimum-stability dev
composer require symfony/phpunit-bridge
vendor/bin/simple-phpunit --version

Version installed in the project:

# composer show symfony/phpunit-bridge
name     : symfony/phpunit-bridge
descrip. : Symfony PHPUnit Bridge
keywords :
versions : * dev-master, 4.0.x-dev
type     : symfony-bridge
license  : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source   : [git] https://github.com/symfony/phpunit-bridge.git 5724cffafdeb649203bacddb4d80d9e5ae4b1257
dist     : [zip] https://api.github.com/repos/symfony/phpunit-bridge/zipball/5724cffafdeb649203bacddb4d80d9e5ae4b1257 5724cffafdeb649203bacddb4d80d9e5ae4b1257
names    : symfony/phpunit-bridge

autoload
files
psr-4
Symfony\Bridge\PhpUnit\ => .
exclude-from-classmap

requires
php >=5.3.3

suggests
ext-zip Zip support is required when using bin/simple-phpunit
symfony/debug For tracking deprecated interfaces usages at runtime with DebugClassLoader

conflicts
phpunit/phpunit <4.8.35|<5.4.3,>=5.0

Version installed in the PHPUnit clone:

# composer --working-dir=vendor/symfony/.phpunit/phpunit-5.7 show symfony/phpunit-bridge                                                
name     : symfony/phpunit-bridge
descrip. : Symfony PHPUnit Bridge
keywords :
versions : * v3.3.13
type     : symfony-bridge
license  : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source   : [git] https://github.com/symfony/phpunit-bridge.git 0cbc5e0f8af23dadf270371b9627f1f264cf6021
dist     : [zip] https://api.github.com/repos/symfony/phpunit-bridge/zipball/0cbc5e0f8af23dadf270371b9627f1f264cf6021 0cbc5e0f8af23dadf270371b9627f1f264cf6021
names    : symfony/phpunit-bridge

autoload
files
psr-4
Symfony\Bridge\PhpUnit\ => .
exclude-from-classmap

requires
php >=5.3.3

suggests
ext-zip Zip support is required when using bin/simple-phpunit
symfony/debug For tracking deprecated interfaces usages at runtime with DebugClassLoader

conflicts
phpunit/phpunit <4.8.35|<5.4.3,>=5.0

cc @nicolas-grekas

nicolas-grekas added a commit that referenced this issue Nov 21, 2017
This PR was merged into the 3.4 branch.

Discussion
----------

[Bridge/PhpUnit] fix installation path

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25067
| License       | MIT
| Doc PR        | -

Fixes yesterdays's work on the bridge, tricky one...

Commits
-------

bd4fe8d [Bridge/PhpUnit] fix installation path
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

No branches or pull requests

2 participants