blob: 47975b1d53bfc0fac74796fed1e1588460fcfe66 [file] [log] [blame]
<?php
$res["testUnusualCall"] = 'eZ components PersistentObject definition generator

Error while processing your options: Argument with name \'def dir\' is mandatory
but was not submitted.
';
$res["testNoParameters"] = 'eZ components PersistentObject definition generator

Error while processing your options: Argument with name \'def dir\' is mandatory
but was not submitted.

Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s <string> -f
<string> [-o] [-p <string>] [-h] [--] <string:def dir> [<string:class dir>]
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.
-p / --prefix Class prefix.
-h / --help Retrieve detailed help about this application.
Arguments:
<string:def dir> PersistentObject definition directory.
<string:class dir> Class directory.
';
$res['testOnlySourceParameter'] = 'eZ components PersistentObject definition generator

Error while processing your options: Argument with name \'def dir\' is mandatory
but was not submitted.

Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s <string> -f
<string> [-o] [-p <string>] [-h] [--] <string:def dir> [<string:class dir>]
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.
-p / --prefix Class prefix.
-h / --help Retrieve detailed help about this application.
Arguments:
<string:def dir> PersistentObject definition directory.
<string:class dir> Class directory.
';
$res['testOnlyFormatParameter'] = 'eZ components PersistentObject definition generator

Error while processing your options: Argument with name \'def dir\' is mandatory
but was not submitted.

Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s <string> -f
<string> [-o] [-p <string>] [-h] [--] <string:def dir> [<string:class dir>]
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.
-p / --prefix Class prefix.
-h / --help Retrieve detailed help about this application.
Arguments:
<string:def dir> PersistentObject definition directory.
<string:class dir> Class directory.
';
$res['testFormatSourceParameter'] = 'eZ components PersistentObject definition generator

Error while processing your options: Argument with name \'def dir\' is mandatory
but was not submitted.

Usage: $ PersistentObjectDatabaseSchemaTiein/src/rungenerator.php -s <string> -f
<string> [-o] [-p <string>] [-h] [--] <string:def dir> [<string:class dir>]
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.
-p / --prefix Class prefix.
-h / --help Retrieve detailed help about this application.
Arguments:
<string:def dir> PersistentObject definition directory.
<string:class dir> Class directory.
';
$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: ';
$res['testValidFromFileWithClasses'] = 'eZ components PersistentObject definition generator

PersistentObject definition successfully written to
Class files successfully written to
';
$res['testValidFromFileWithClassesAndPrefix'] = 'eZ components PersistentObject definition generator

PersistentObject definition successfully written to
Class files successfully written to
';
return $res;
?>