Ejemplo n.º 1
0
 /**
  * @covers PasswordLib\Password\Implementation\Drupal
  */
 public function testGetPrefix()
 {
     $this->assertEquals('$S$', Drupal::getPrefix());
 }