Exemplo n.º 1
0
 public function testCreateClientNameNotFound()
 {
     $this->setExpectedException('\\Aimeos\\Admin\\JQAdm\\Exception');
     \Aimeos\Admin\JQAdm\Product\Factory::createClient($this->context, $this->templatePaths, 'test');
 }
Exemplo n.º 2
0
 public function testAddClientDecoratorsEmptyPath()
 {
     $client = \Aimeos\Admin\JQAdm\Product\Factory::createClient($this->context, array(), 'Standard');
     $this->setExpectedException('\\Aimeos\\Admin\\JQAdm\\Exception');
     \Aimeos\Admin\JQAdm\Common\Factory\TestAbstract::addClientDecoratorsPublic($this->context, $client, array(), '');
 }