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