eZ\Bundle\EzPublishCoreBundle\Command\TestInitDbCommand::getInitialData PHP Method

getInitialData() protected method

Returns the initial database data.
protected getInitialData ( ) : array
return array
    protected function getInitialData()
    {
        return include __DIR__ . '/../../../../data/demo_data.php';
    }