Mutagenesis\Adapter\Phpunit::execute PHP Méthode

execute() public static méthode

Execute the generated job which is to call the static main method.
public static execute ( string $jobScript ) : string
$jobScript string
Résultat string $output
    public static function execute($jobScript)
    {
        $output = \Mutagenesis\Utility\Process::run($jobScript);
        return $output;
    }