function PhpUnitApiFindAllClassFilesTest::argumentsProvider
Provides test data to ::testEquality.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Test/ PhpUnitApiFindAllClassFilesTest.php, line 63
Class
- PhpUnitApiFindAllClassFilesTest
- Tests ::findAllClassFiles() between TestDiscovery and PhpUnitTestDiscovery.
Namespace
Drupal\KernelTests\Core\TestCode
public static function argumentsProvider() : \Generator {
(yield 'All tests' => []);
(yield 'Extension: system' => [
'extension' => 'system',
]);
(yield 'Extension: system, directory' => [
'extension' => 'system',
'directory' => 'core/modules/system/tests/src',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.