1 | <?php |
||
15 | class BasicConfigTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * @covers \EasyDictionary\BasicConfig |
||
19 | */ |
||
20 | public function testClassExistence() |
||
24 | |||
25 | /** |
||
26 | * @covers ::getDefaultDataProviderClass |
||
27 | */ |
||
28 | public function testDefaultDataProviderClass() |
||
37 | |||
38 | /** |
||
39 | * @covers ::getDefaultDictionaryClass |
||
40 | */ |
||
41 | public function testDefaultDictionaryClass() |
||
50 | |||
51 | /** |
||
52 | * @covers ::setDictionaryConfig |
||
53 | * @covers ::getDictionaryConfig |
||
54 | */ |
||
55 | public function testSetGetConfig() |
||
66 | |||
67 | /** |
||
68 | * @covers ::setDefaultView |
||
69 | * @covers ::getDefaultView |
||
70 | */ |
||
71 | public function testSetGetDefaultView() |
||
82 | |||
83 | /** |
||
84 | * @covers ::addCache |
||
85 | * @covers ::getCache |
||
86 | */ |
||
87 | public function testAddGetCache() |
||
97 | } |
||
98 |