Example #1
0
 /**
  * Test if the `isSupported` method returns false if the algorithm isn't supported.
  */
 public function testIfIsSupportedReturnsFalse()
 {
     $this->assertFalse(Hash::isSupported('unsupported'));
 }