1 | <?php |
||
11 | class HighchartTest extends TestCase |
||
12 | { |
||
13 | /** |
||
14 | * Render chart using jQuery |
||
15 | */ |
||
16 | public function testJquery() |
||
24 | |||
25 | /** |
||
26 | * Render chart without library wrapper |
||
27 | */ |
||
28 | public function testNoEngine() |
||
36 | |||
37 | /** |
||
38 | * Render chart using Mootools |
||
39 | */ |
||
40 | public function testMooTools() |
||
48 | |||
49 | /** |
||
50 | * Magic getters and setters |
||
51 | */ |
||
52 | public function testSetGet() |
||
62 | |||
63 | /** |
||
64 | * Look for that mean trailing comma |
||
65 | */ |
||
66 | public function testIeFriendliness() |
||
76 | } |
||
77 |