| Total Complexity | 2 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace Chekote\NounStore\Store; |
||
| 9 | class SetTest extends StoreTest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Tests that calling store::set once stores the value correctly. |
||
| 13 | */ |
||
| 14 | public function testSetOnceStoresValue() |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Tests that calling store::set twice for the same key stores both values correctly. |
||
| 31 | */ |
||
| 32 | public function testSetTwiceForSameKeyStoresMultipleValues() |
||
| 50 |