public function FileCopierFactoryTest::providerFactory in Automatic Updates 8.2
Data provider for ::testFactory().
Return value
mixed[][] Sets of arguments to pass to the test method.
File
- package_manager/
tests/ src/ Kernel/ FileCopierFactoryTest.php, line 25
Class
Namespace
Drupal\Tests\package_manager\KernelCode
public function providerFactory() : array {
return [
[
'rsync',
],
[
'php',
],
[
NULL,
],
];
}