-f [-o] [-h] [[--] ] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -h / --help Retrieve detailed help about this application. '; $res['testOnlySourceParameter'] = 'eZ components PersistentObject definition generator  Error while processing your options: Option with long name \'format\' is mandatory but was not submitted.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-h] [[--] ] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -h / --help Retrieve detailed help about this application. '; $res['testOnlyFormatParameter'] = 'eZ components PersistentObject definition generator  Error while processing your options: Option with long name \'source\' is mandatory but was not submitted.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-h] [[--] ] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -h / --help Retrieve detailed help about this application. '; $res['testFormatSourceParameter'] = 'eZ components PersistentObject definition generator  The directory to save the PersistentObject definitions to is required as an argument.  Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s -f [-o] [-h] [[--] ] Generates defition files for the eZ PersistentObject package from eZ DatabaseSchema formats. The directory to save the definition files to is provided as an argument. -s / --source DatabaseSchema source to use. -f / --format DatabaseSchema format of the input source. -o / --overwrite Overwrite existing files. -h / --help Retrieve detailed help about this application. '; $res['testInvalidFormat'] = 'eZ components PersistentObject definition generator  Error reading schema: There is no \'read\' handler available for the \'test\' format.  '; $res['testInvalidSource'] = 'eZ components PersistentObject definition generator  Error reading schema: The schema file \'test\' could not be found.  '; $res['testInvalidDestination'] = 'eZ components PersistentObject definition generator  Error writing schema: The directory file \'test\' could not be found.  '; $res['testValidFromFile'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testDuplicateWriteFromFileFailure'] = 'eZ components PersistentObject definition generator  Error writing schema: An error occurred while writing to  '; $res['testDuplicateWriteFromFileSuccess'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testValidFromDb'] = 'eZ components PersistentObject definition generator  PersistentObject definition successfully written to'; $res['testInvalidFromDb'] = 'eZ components PersistentObject definition generator  Error reading schema: '; return $res; ?>