1 | <?php |
||
14 | class TestInfoWindowModel extends TestCase { |
||
15 | |||
16 | /** |
||
17 | * @var Info_Window_Model |
||
18 | */ |
||
19 | private $_model; |
||
20 | |||
21 | public function setUp() { |
||
33 | |||
34 | /** |
||
35 | * @covers ::content |
||
36 | */ |
||
37 | public function testContent() { |
||
42 | |||
43 | /** |
||
44 | * @covers ::pixel_offset |
||
45 | */ |
||
46 | public function testPixelOffset() { |
||
51 | |||
52 | /** |
||
53 | * @covers ::position |
||
54 | */ |
||
55 | public function testPosition() { |
||
60 | |||
61 | /** |
||
62 | * @covers ::max_width |
||
63 | */ |
||
64 | public function testMaxWidth() { |
||
69 | |||
70 | } |
||
71 |