getSystemConfiguration() public method

(non-PHPdoc)
See also: AppserverIo\Appserver\Core\Api\ServiceInterface::getSystemConfiguration()
public getSystemConfiguration ( ) : AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface
return AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface The system configuration
コード例 #1
0
 /**
  * Dummy test as there currently is now functionality behind the actual method
  *
  * @return null
  *
  * @expectedException \AppserverIo\Lang\NotImplementedException
  */
 public function testPersist()
 {
     $this->service->persist($this->service->getSystemConfiguration());
 }