Пример #1
0
 /**
  * @covers Paradox\Toolbox::getDatabase
  */
 public function testGetDatabase()
 {
     $this->assertEquals('_system', $this->toolbox->getDatabase(), "The database name does not match");
 }