Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class SymfonyTest extends \PHPUnit\Framework\TestCase |
||
13 | { |
||
14 | private $object; |
||
15 | private $mock; |
||
|
|||
16 | |||
17 | |||
18 | protected function setUp() : void |
||
22 | } |
||
23 | |||
24 | |||
25 | public function testTransform() |
||
26 | { |
||
27 | $this->assertInstanceOf( '\Aimeos\Base\View\Helper\Response\Symfony', $this->object->transform() ); |
||
28 | } |
||
29 | |||
30 | |||
31 | public function testCreateStream() |
||
34 | } |
||
35 | } |
||
36 |