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