Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class StitkyTest extends TestCase |
||
11 | { |
||
12 | |||
13 | protected function setUp(): void |
||
14 | { |
||
15 | $this->calculatorTraitMock = $this->getMockForTrait(\FlexiPeeHP\Banka::class); |
||
|
|||
16 | } |
||
17 | |||
18 | protected function tearDown(): void |
||
19 | { |
||
20 | $this->calculatorTraitMock = null; |
||
21 | } |
||
22 | |||
23 | public function testGetLabels() |
||
28 | } |
||
29 | } |
||
30 |