コード例 #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'));
 }