1 | <?php |
||
19 | class AlertTest extends PHPUnit_Framework_TestCase |
||
20 | { |
||
21 | /** |
||
22 | * @covers Component\Remote\BurzeDzisNet\Alert::startDate |
||
23 | */ |
||
24 | public function testStartDate() |
||
29 | |||
30 | /** |
||
31 | * @covers Component\Remote\BurzeDzisNet\Alert::endDate |
||
32 | */ |
||
33 | public function testEndDate() |
||
38 | |||
39 | /** |
||
40 | * @covers Component\Remote\BurzeDzisNet\Alert::level |
||
41 | */ |
||
42 | public function testLevel() |
||
47 | |||
48 | /** |
||
49 | * @covers Component\Remote\BurzeDzisNet\Alert::__construct |
||
50 | */ |
||
51 | public function test__construct() |
||
58 | } |
||
59 |