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