Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php namespace Chekote\NounStore\Key; |
||
8 | abstract class KeyTest extends TestCase |
||
9 | { |
||
10 | /** @var Key|Phake_IMock */ |
||
11 | protected $key; |
||
12 | |||
13 | /** |
||
14 | * Sets up the environment before each test. |
||
15 | */ |
||
16 | public function setUp() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Tears down the environment after each test. |
||
23 | */ |
||
24 | public function tearDown() |
||
29 |