Exemplo n.º 1
0
Arquivo: test.php Projeto: atoum/atoum
 public function testSetAdapter()
 {
     $this->if($test = new emptyTest())->then->object($test->setAdapter($adapter = new atoum\test\adapter()))->isIdenticalTo($test)->object($test->getAdapter())->isIdenticalTo($adapter);
 }