1 | <?php |
||
21 | class ConfigTimerTest extends BaseConfigTest |
||
22 | { |
||
23 | /** |
||
24 | * @covers \Asm\Config\ConfigTimer::setConfig |
||
25 | * @covers \Asm\Config\ConfigTimer::handleTimers |
||
26 | * @covers \Asm\Config\ConfigTimer::handleHolidays |
||
27 | * @covers \Asm\Config\ConfigTimer::handleGeneralHolidays |
||
28 | * @covers \Asm\Test\BaseConfigTest::getTimerYaml |
||
29 | * @return ConfigTimer $config |
||
30 | * @throws \ErrorException |
||
31 | */ |
||
32 | public function testFactory() |
||
45 | } |
||
46 |