Example #1
0
 public function testServer()
 {
     $this->controller->init();
     $this->assertEquals($this->serverMock, $this->controller->server());
 }