Project

General

Profile

Task #102769

Updated by Stefan Bürk 11 months ago

The first argument after processing defined options has been 
 stored into the variable `TEST_CASE`. This value was passed 
 to phpunit based commands as last argument, defining the test 
 case to execute (or a subset). 

 Removing this workaround and directly passing remaining options 
 to the command makes special arguments like `-e` obsolete and 
 unblocks more generic command passings.

Back