1 | <?php |
||
10 | class SimpleTest extends TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @covers \EasyDictionary\DataProvider\Simple |
||
14 | */ |
||
15 | public function testClassExistence() |
||
19 | |||
20 | /** |
||
21 | * @covers ::__construct |
||
22 | * @covers ::setData |
||
23 | * @covers ::getData |
||
24 | */ |
||
25 | public function testSetDataFromConfig() |
||
37 | |||
38 | /** |
||
39 | * @covers ::__construct |
||
40 | * @covers ::setData |
||
41 | * @covers ::getData |
||
42 | */ |
||
43 | public function testSetEmptyDataFromBadConfig() |
||
55 | } |
||
56 |