1 | <?php |
||
7 | abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | /** |
||
10 | * Get empty configuration set. |
||
11 | * |
||
12 | * @return array |
||
13 | */ |
||
14 | protected function getEmptyConfig() |
||
26 | |||
27 | /** |
||
28 | * Get empty configuration set. |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | protected function getFullConfig() |
||
46 | } |
||
47 |