예제 #1
0
파일: HashTest.php 프로젝트: mohiva/common
 /**
  * Test if the `isSupported` method returns false if the algorithm isn't supported.
  */
 public function testIfIsSupportedReturnsFalse()
 {
     $this->assertFalse(Hash::isSupported('unsupported'));
 }