mageekguy\atoum\scripts\runner::writeHelpUsage PHP Method

writeHelpUsage() protected method

protected writeHelpUsage ( )
    protected function writeHelpUsage()
    {
        $this->writeHelp($this->locale->_('Usage: %s [path/to/test/file] [options]', $this->getName()) . PHP_EOL);
        return $this;
    }