Example #1
0
 public function testSetAdapter()
 {
     $this->if($field = new testedClass(uniqid()))->then->object($field->setAdapter($adapter = new atoum\adapter()))->isIdenticalTo($field)->object($field->getAdapter())->isEqualTo($adapter);
 }