コード例 #1
0
ファイル: ToolboxTest.php プロジェクト: f21/paradox
 /**
  * @covers Paradox\Toolbox::getUsername
  */
 public function testGetUsername()
 {
     $this->assertEquals($this->getDefaultUsername(), $this->toolbox->getUsername(), "The username does not match");
 }