예제 #1
0
파일: writer.php 프로젝트: xihewang/atoum
 public function testReset()
 {
     $this->if($writer = new testedClass())->then->object($writer->reset())->isIdenticalTo($writer);
 }