예제 #1
0
파일: test.php 프로젝트: atoum/atoum
 public function testResetFunction()
 {
     $this->if($test = new emptyTest())->and($this->function->md5 = uniqid())->then->object($test->resetFunction($this->function->md5))->isIdenticalTo($this->function->md5);
 }