You are here

7 calls to TestDiscovery::getTestInfo() in Zircon Profile 8

SimpletestResultsForm::addResultForm in core/modules/simpletest/src/Form/SimpletestResultsForm.php
Adds the result form to a $form.
simpletest_run_tests in core/modules/simpletest/simpletest.module
Runs tests.
TestDiscovery::getTestClasses in core/modules/simpletest/src/TestDiscovery.php
Discovers all available tests in all extensions.
TestInfoParsingTest::testTestInfoParser in core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php
@covers ::getTestInfo @dataProvider infoParserProvider
TestInfoParsingTest::testTestInfoParserMissingGroup in core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php
@covers ::getTestInfo @expectedException \Drupal\simpletest\Exception\MissingGroupException @expectedExceptionMessage Missing @group annotation in Drupal\field\Tests\BulkDeleteTest
TestInfoParsingTest::testTestInfoParserMissingSummary in core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php
@covers ::getTestInfo
_simpletest_batch_operation in core/modules/simpletest/simpletest.module
Implements callback_batch_operation().