コード例 #1
0
ファイル: DivTest.php プロジェクト: advOpk/pwm
 /**
  * Test for createHash()
  *
  * @return void
  * @test
  */
 public function createHashReturnsString()
 {
     $value = 'abc';
     $result = $this->generalValidatorMock->_callRef('createHash', $value);
     $this->assertFalse($value == $result);
 }