Lines Matching full:_test
33 … $options->registerCommand('addTest', 'Add the testing framework files and a test. (_test/)');
397 $this->deleteFile('_test/general.test.php');
476 $bin = fullpath(__DIR__ . '/../../../_test/vendor/bin/phpunit');;
478 …$this->error('Testing framework not found. Please run "composer install" in the _test/ directory f…
486 '--configuration', fullpath(__DIR__ . '/../../../_test/phpunit.xml'),
511 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcs'),
512 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),
540 fullpath(__DIR__ . '/../../../_test/vendor/bin/rector'),
542 '--config=' . fullpath(__DIR__ . '/../../../_test/rector.php'),
562 fullpath(__DIR__ . '/../../../_test/vendor/bin/phpcbf'),
563 '--standard=' . fullpath(__DIR__ . '/../../../_test/phpcs.xml'),