| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function testDecorateFactoryClientCommon() |
||
| 24 | { |
||
| 25 | $config = $this->context->getConfig(); |
||
| 26 | $config->set( 'client/html/common/decorators/default', array( 'Example' ) ); |
||
| 27 | |||
| 28 | $object = \Aimeos\Client\Html\Catalog\Filter\Factory::create( $this->context ); |
||
| 29 | |||
| 30 | $this->assertInstanceOf( '\\Aimeos\\Client\\Html\\Common\\Decorator\\Iface', $object ); |
||
| 31 | } |
||
| 55 |