Exemplo n.º 1
0
 public function test__call()
 {
     $this->given($adapter = new testedClass())->then->string($adapter->md5($hash = uniqid()))->isEqualTo(md5($hash));
 }
Exemplo n.º 2
0
 public function test__call()
 {
     $this->if($adapter = new atoum\adapter())->then->string($adapter->md5($hash = uniqid()))->isEqualTo(md5($hash));
 }