Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php namespace Unit\Chekote\NounStore\Store; |
||
8 | class GetAllTest extends StoreTest |
||
9 | { |
||
10 | public function setUp() |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Tests that Store::getAll returns an empty array the specified $key does not exist. |
||
20 | */ |
||
21 | public function testGetAllReturnsEmptyArrayWhenKeyDoesNotExist() |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Tests that Store::getAll returns all values for specified key. |
||
28 | */ |
||
29 | public function testGetAllReturnsAllValuesForSpecifiedKey() |
||
38 |