Skip to content

[FrameworkBundle] Add case in Kernel directory guess for PHPUnit #17277

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
wants to merge 1 commit into from

Conversation

tgalopin
Copy link
Contributor

@tgalopin tgalopin commented Jan 6, 2016

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

The current automatic guess of the Kernel directory in the context of PHPUnit does work properly using the following commands:

  • phpunit -c app
  • phpunit --configuration app
  • phpunit --configuration=app

But it fails with the synthax phpunit -capp, even if PHPUnit supports it. This PR fixes this.

See #17272.

@tgalopin tgalopin closed this Jan 6, 2016
@tgalopin tgalopin deleted the 2.3 branch January 6, 2016 10:16
@tgalopin tgalopin restored the 2.3 branch January 6, 2016 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants