Directory : /home/aplikasiposinfo/www/mazaya.samarinda.app/mazaya/vendor/pestphp/pest/src/ |
Current File : /home/aplikasiposinfo/www/mazaya.samarinda.app/mazaya/vendor/pestphp/pest/src/Pest.php |
<?php declare(strict_types=1); namespace Pest; function version(): string { return '2.35.0'; } function testDirectory(string $file = ''): string { return TestSuite::getInstance()->testPath.DIRECTORY_SEPARATOR.$file; }