Exemplo n.º 1
0
 public function testSetAdapter()
 {
     $this->if($parser = new template\parser())->then->object($parser->setAdapter($adapter = new atoum\test\adapter()))->isIdenticalTo($parser)->object($parser->getAdapter())->isIdenticalTo($adapter);
 }