Class SchedulerManagerTest
- Tester\TestCase
- Test\ConfigModule\Model\SchedulerManagerTest
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
private
Nette\DI\Container
|
$container
|
|
private
|
$fileManager
|
|
private
|
$fileManagerTemp
|
|
private
array
|
$array
|
#
[
'time' => '*/5 * * * * * *',
'service' => 'BaseServiceForMQTT1',
'ctype' => 'dpa',
'type' => 'std-sen',
'nadr' => '1',
'cmd' => 'READ',
'hwpid' => 'ffff',
'sensors' => 'Temperature1' . PHP_EOL . 'CO2_1' . PHP_EOL . 'Humidity1',
]
|
private
string
|
$fileName
|
#
'Scheduler'
|
private
string
|
$path
|
#
__DIR__ . '/../../configuration/'
|
private
string
|
$pathTest
|
#
__DIR__ . '/../../configuration-test/'
|