We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CLI-Option globals-backup is documented in the help output but does not exists.
globals-backup
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)
backup-globals
'globals-backup
The text was updated successfully, but these errors were encountered:
bfcefb6
sebastianbergmann
No branches or pull requests
The CLI-Option
globals-backup
is documented in the help output but does not exists.Steps to reproduce:
Related to #2190.
Edit: Found the broken line here: 3320e0c#diff-cd488f091cbf795c2aeeb97f5342dec8R39 (Typo
backup-globals
vs'globals-backup
)The text was updated successfully, but these errors were encountered: