| Current Path : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Loader/ |
| Current File : /var/www/html/vendor/codeception/codeception/src/Codeception/Test/Loader/LoaderInterface.php |
<?php
namespace Codeception\Test\Loader;
interface LoaderInterface
{
public function loadTests($filename);
public function getTests();
public function getPattern();
}