示例#1
0
 /**
  * @covers Paradox\Toolbox::getPassword
  */
 public function testGetPassword()
 {
     $this->assertEquals($this->getDefaultPassword(), $this->toolbox->getPassword(), "The password does not match");
 }