コード例 #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);
 }