7 calls to PhpUnitTestRunner::create() in Drupal 8
- SimpletestPhpunitRunCommandTest::testSimpletestPhpUnitRunCommand in core/
modules/ simpletest/ tests/ src/ Unit/ SimpletestPhpunitRunCommandTest.php - Test the round trip for PHPUnit execution status codes.
- simpletest_phpunit_command in core/
modules/ simpletest/ simpletest.module - Returns the command to run PHPUnit.
- simpletest_phpunit_run_command in core/
modules/ simpletest/ simpletest.module - Executes the PHPUnit command.
- simpletest_phpunit_xml_filepath in core/
modules/ simpletest/ simpletest.module - Returns the path to use for PHPUnit's --log-junit option.
- simpletest_run_phpunit_tests in core/
modules/ simpletest/ simpletest.module - Executes PHPUnit tests and returns the results of the run.
- simpletest_summarize_phpunit_result in core/
modules/ simpletest/ simpletest.module - Maps phpunit results to a data structure for batch messages and run-tests.sh.
- _simpletest_batch_operation in core/
modules/ simpletest/ simpletest.module - Implements callback_batch_operation().