By larowlan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.1.x
Introduced in version:
11.1.0
Issue links:
Description:
\simpletest_script_command() is a function in run-tests.sh used to parse the command line arguments to run-tests.sh.
The code is considered internal.
The return has changed from a parsed string to an array of command components.
The return can now be used with symfony/process
Impacts:
Module developers