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
A PHPT test with a parse-error in the SKIPIF will be executed
--TEST-- PHPT runner reports parse errors in SKIPIF section --SKIPIF-- <?php if (rand(0,1)) // intentional PHP Parse error (missing opening curly brace) } --FILE-- <?php declare(strict_types=1); echo 'hello world'; --EXPECTF-- hello world
the test succeeds without further notices
run above PHPT test
A error/warning should be printed that the SKIPIF contains a PHP Parse error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/ PHARSummary
A PHPT test with a parse-error in the SKIPIF will be executed
Current behavior
the test succeeds without further notices
How to reproduce
run above PHPT test
Expected behavior
A error/warning should be printed that the SKIPIF contains a PHP Parse error
The text was updated successfully, but these errors were encountered: