function AbstractPhpProcess::factory
2 calls to AbstractPhpProcess::factory()
- PhptTestCase::__construct in vendor/
phpunit/ phpunit/ src/ Runner/ PhptTestCase.php - Constructs a test case with the given filename.
- TestRunner::runInSeparateProcess in vendor/
phpunit/ phpunit/ src/ Framework/ TestRunner.php
File
-
vendor/
phpunit/ phpunit/ src/ Util/ PHP/ AbstractPhpProcess.php, line 56
Class
- AbstractPhpProcess
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\Util\PHPCode
public static function factory() : self {
return new DefaultPhpProcess();
}