Robo\Task\Testing\PHPUnit::json PHP Метод

json() публичный Метод

adds log-json option to runner
public json ( string $file = null )
$file string
    public function json($file = null)
    {
        $this->option("log-json", $file);
        return $this;
    }