You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I execute run-tests.php without arguments, I'm asked if I want to write the test results to a file. This stops working as soon as I limit the tests to some subdirectories by passing them as arguments to run-tests.php. Is there a way to get the test results without running the full test suite?
It probably makes sense to also write the test results to a file even without running all the tests.
In any case, for your CI use case, you can pass --show-diff as an argument to run-tests.php to print out the diff between the expected and actual output.
Description
If I execute
run-tests.php
without arguments, I'm asked if I want to write the test results to a file. This stops working as soon as I limit the tests to some subdirectories by passing them as arguments torun-tests.php
. Is there a way to get the test results without running the full test suite?PHP Version
PHP 8.5.0-dev (cli) (built: Apr 23 2025 16:48:44) (NTS DEBUG)
Copyright (c) The PHP Group
Zend Engine v4.5.0-dev, Copyright (c) Zend Technologies
Operating System
No response
The text was updated successfully, but these errors were encountered: