_ws = new WebSocket(new Application); } public function testGetConfigReturnsArray() { $this->assertInternalType('array', $this->_ws->getDefaultConfig()); } }