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