Skip to content
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

unrecognized option --globals-backup with PHPUnit 6.0.5 #2474

Closed
bcremer opened this issue Feb 6, 2017 · 0 comments
Closed

unrecognized option --globals-backup with PHPUnit 6.0.5 #2474

bcremer opened this issue Feb 6, 2017 · 0 comments
Assignees
Labels
type/bug Something is broken

Comments

@bcremer
Copy link

bcremer commented Feb 6, 2017

The CLI-Option globals-backup is documented in the help output but does not exists.

Steps to reproduce:

$ phpunit --version
#!/usr/bin/env php
PHPUnit 6.0.5 by Sebastian Bergmann and contributors.
$ phpunit -h | grep globals
  --globals-backup            Backup and restore $GLOBALS for each test.
$ phpunit --globals-backup 
#!/usr/bin/env php
PHPUnit 6.0.5 by Sebastian Bergmann and contributors.

unrecognized option --globals-backup

Related to #2190.

Edit: Found the broken line here: 3320e0c#diff-cd488f091cbf795c2aeeb97f5342dec8R39 (Typo backup-globals vs 'globals-backup)

@sebastianbergmann sebastianbergmann self-assigned this Feb 6, 2017
@sebastianbergmann sebastianbergmann added 6.0 type/bug Something is broken labels Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants