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
After #174, PHPUnit CLI options should be re evaluated. Any option that doesn't affect Paraunit's behavior should be dropped, while newer ones should be incorporated and passed through. In this issue, We will cover just writing a self-documenting test that will extrapolate the situation of each option (so that it could be linked from the docs) and emit a warning when a new option is discovered.
Unusable
Done in #195: These options should be incompatible with Paraunit; we should document fail when detecting those (see #174)
The following options should be only listed in the test as allowed, so that no warning is triggered in the self-documenting test: are listed in this test data provider for the self-documenting test:
After #174, PHPUnit CLI options should be re evaluated. Any option that doesn't affect Paraunit's behavior should be dropped, while newer ones should be incorporated and passed through. In this issue, We will cover just writing a self-documenting test that will extrapolate the situation of each option (so that it could be linked from the docs) and emit a warning when a new option is discovered.
Unusable
Done in #195: These options should be incompatible with Paraunit;
we shoulddocumentfail when detecting those (see #174)This list is available in here in the code:
paraunit/src/Configuration/PassThrough.php
Lines 9 to 24 in 0810462
To be handled in the future
--column
option #196--display-*
options #197--stop-on-*
options #198--exclude-testsuite
and--test-suffix
options #199--order-by
and--random-order-seed
options #200--warm-coverage-cache
option #201To be ignored / used with
--passthrough
The following options
should be only listed in the test as allowed, so that no warning is triggered in the self-documenting test:are listed in this test data provider for the self-documenting test:paraunit/tests/Functional/Configuration/PassThroughTest.php
Lines 74 to 94 in 0810462
Usable
The following options are usable with
--pass-through
and listed in this test data provider for the self-documenting test:paraunit/tests/Functional/Configuration/PassThroughTest.php
Lines 126 to 170 in 0810462
The text was updated successfully, but these errors were encountered: