| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php namespace Unit\Chekote\NounStore\Key;  | 
            ||
| 9 | abstract class KeyTestCase extends TestCase  | 
            ||
| 10 | { | 
            ||
| 11 | const INVALID_KEY = "It's's invalid because of the double apostrophe";  | 
            ||
| 12 | |||
| 13 | protected IMock|KeyPhake $key;  | 
            ||
| 14 | |||
| 15 | /**  | 
            ||
| 16 | * Sets up the environment before each test.  | 
            ||
| 17 | */  | 
            ||
| 18 | public function setUp(): void  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * Tears down the environment after each test.  | 
            ||
| 25 | */  | 
            ||
| 26 | public function tearDown(): void  | 
            ||
| 33 |