Example #1
0
 /**
  * @covers Paradox\Toolbox::getServer
  */
 public function testGetServer()
 {
     $this->assertInstanceOf('Paradox\\toolbox\\Server', $this->toolbox->getServer(), 'Getting the server manager did not return a Paradox\\toolbox\\Server');
 }