Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class StandardTest extends \PHPUnit\Framework\TestCase |
||
13 | { |
||
14 | private $object; |
||
15 | |||
16 | |||
17 | protected function setUp() : void |
||
18 | { |
||
19 | $this->object = new \Aimeos\Client\Html\Catalog\Count\Tree\Standard( \TestHelper::context() ); |
||
20 | $this->object->setView( \TestHelper::view() ); |
||
21 | } |
||
22 | |||
23 | |||
24 | protected function tearDown() : void |
||
27 | } |
||
28 | |||
29 | |||
30 | public function testBody() |
||
38 |