Ejemplo n.º 1
0
Archivo: test.php Proyecto: 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);
 }