Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php namespace Unit\Chekote\NounStore\Store; |
||
8 | class GetAllTest extends StoreTestCase |
||
9 | { |
||
10 | public function setUp(): void |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * Tests that Store::getAll returns an empty array the specified $key does not exist. |
||
20 | */ |
||
21 | public function testGetAllReturnsEmptyArrayWhenKeyDoesNotExist(): void |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Tests that Store::getAll returns all values for specified key. |
||
28 | */ |
||
29 | public function testGetAllReturnsAllValuesForSpecifiedKey(): void |
||
38 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.