| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ClientTest extends \PHPUnit\Framework\TestCase |
||
| 13 | { |
||
| 14 | private $context; |
||
| 15 | |||
| 16 | |||
| 17 | protected function setUp() : void |
||
| 18 | { |
||
| 19 | $this->context = \TestHelperHtml::getContext(); |
||
| 20 | } |
||
| 21 | |||
| 22 | |||
| 23 | public function testDecorateFactoryClientCommon() |
||
| 31 | } |
||
| 32 | |||
| 33 | |||
| 34 | public function testDecorateFactoryClientGlobal() |
||
| 42 | } |
||
| 43 | |||
| 44 | |||
| 45 | public function testDecorateSubClientGlobal() |
||
| 55 |