Total Complexity | 6 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class EzpublishTest extends \PHPUnit\Framework\TestCase |
||
13 | { |
||
14 | private $object; |
||
15 | |||
16 | |||
17 | protected function setUp() : void |
||
21 | } |
||
22 | |||
23 | |||
24 | protected function tearDown() : void |
||
25 | { |
||
26 | unset( $this->object ); |
||
27 | } |
||
28 | |||
29 | |||
30 | public function testClear() |
||
31 | { |
||
32 | $this->assertInstanceOf( \Aimeos\MShop\Common\Manager\Iface::class, $this->object->clear( array( -1 ) ) ); |
||
33 | } |
||
34 | |||
35 | |||
36 | public function testGetSearchAttributes() |
||
43 | } |
||
44 | } |
||
45 | |||
46 | |||
47 | public function testGetSubManager() |
||
54 | } |
||
55 | } |
||
56 |