| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class CodeBuilderTest extends \PHPUnit\Framework\TestCase |
||
| 17 | { |
||
| 18 | protected $builder; |
||
| 19 | |||
| 20 | protected $id = 12345678; |
||
| 21 | |||
| 22 | protected $params = [ |
||
| 23 | 'cilckmap' => true, |
||
| 24 | 'webvisor' => true, |
||
| 25 | 'trackLinks' => true, |
||
| 26 | 'accurateTrackBounce' => true, |
||
| 27 | ]; |
||
| 28 | |||
| 29 | protected function setUp() |
||
| 35 | ]); |
||
| 36 | } |
||
| 37 | |||
| 38 | public function testRender() |
||
| 44 |