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