| 1 | <?php |
||
| 9 | class TestJobs { |
||
| 10 | /** |
||
| 11 | * Test for Environment::testResult() |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function test() { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Test params for job |
||
| 21 | * |
||
| 22 | * @param array $params |
||
| 23 | * @param string $text |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function testParams(array $params, $text) { |
||
| 30 | } |
||
| 31 | ?> |