Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class TestNotificationParser extends \WP_UnitTestCase { |
||
9 | public function test_init() { |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Test parser |
||
21 | * |
||
22 | * @depends test_init |
||
23 | */ |
||
24 | public function test_parser( $simplexml ) { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Test values |
||
34 | * |
||
35 | * @depends test_parser |
||
36 | */ |
||
37 | public function test_values( $notification ) { |
||
47 |