Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php namespace Integration\Chekote\NounStore\Store; |
||
6 | abstract class StoreTest extends TestCase |
||
7 | { |
||
8 | /** @var Store */ |
||
9 | protected $store; |
||
10 | |||
11 | /** |
||
12 | * Sets up the environment before each test. |
||
13 | */ |
||
14 | public function setUp() |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Tears down the environment after each test. |
||
21 | */ |
||
22 | public function tearDown() |
||
27 |