public function testGetWarnings() { $SofortLibAbstractMock = new SofortLibAbstractMock(self::$configkey); $SofortLibAbstractMock->warnings = $this->_handledWarnings; $this->assertEquals($this->_handledWarningsRoot, $SofortLibAbstractMock->getWarnings()); }