1 | <?php |
||
21 | class BaseConfigTest extends \PHPUnit_Framework_TestCase |
||
22 | { |
||
23 | private $root; |
||
24 | private $configFile; |
||
25 | private $configImportFile; |
||
26 | private $configTimerFile; |
||
27 | |||
28 | /** |
||
29 | * default setup |
||
30 | */ |
||
31 | public function setUp() |
||
45 | |||
46 | /** |
||
47 | * @return mixed |
||
48 | */ |
||
49 | public function getTestYaml() |
||
53 | |||
54 | /** |
||
55 | * @return mixed |
||
56 | */ |
||
57 | public function getTimerYaml() |
||
61 | } |
||
62 |