public function setAlgorithm_throws_an_exception_for_non_algorithms()
 {
     PasswordStrength::setAlgorithm('object', typeof($this));
 }
 /**
  * Set up testcase - initializes fixture
  *
  */
 public function setUp()
 {
     $this->fixture = PasswordStrength::getAlgorithm('standard');
     $this->fixture->setTrace(self::$cat);
 }