Exemplo n.º 1
0
 /**
  * Test for createHash()
  *
  * @return void
  * @test
  */
 public function createHashReturnsString()
 {
     $value = 'abc';
     $result = $this->generalValidatorMock->_callRef('createHash', $value);
     $this->assertFalse($value == $result);
 }