function SchemaFinder::path
2 calls to SchemaFinder::path()
- SchemaFinder::available in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ SchemaFinder.php - @psalm-return non-empty-list<non-empty-string>
- SchemaFinder::find in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ SchemaFinder.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ SchemaFinder.php, line 74
Class
- SchemaFinder
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\XmlConfigurationCode
private function path() : string {
if (defined('__PHPUNIT_PHAR_ROOT__')) {
return __PHPUNIT_PHAR_ROOT__ . '/';
}
return __DIR__ . '/../../../../';
}