Mutagenesis\Adapter\Phpunit::execute PHP 메소드

execute() 공개 정적인 메소드

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