예제 #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");
 }