コード例 #1
0
ファイル: execute.php プロジェクト: xihewang/atoum
 public function testSetAdapter()
 {
     $this->if($field = new testedClass(uniqid()))->then->object($field->setAdapter($adapter = new atoum\adapter()))->isIdenticalTo($field)->object($field->getAdapter())->isEqualTo($adapter);
 }