| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Chekote\NounStore\Store; |
||
| 8 | class GetAllTest extends StoreTest |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Tests that Store::getAll throws exception when the specified $key does not exist. |
||
| 12 | */ |
||
| 13 | public function testGetAllThrowsExceptionWhenKeyDoesNotExist() |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Tests that Store::getAll returns all values for specified key. |
||
| 22 | */ |
||
| 23 | public function testGetAllReturnsAllValuesForSpecifiedKey() |
||
| 32 |