Redaxscript\Tests\Console\Command\HelpTest::testNoArgument PHP Method

testNoArgument() public method

testRun
Since: 3.0.0
public testNoArgument ( )
    public function testNoArgument()
    {
        /* setup */
        $helpCommand = new Command\Help($this->_registry, $this->_request, $this->_config);
        /* actual */
        $actual = $helpCommand->run('cli');
        /* compare */
        $this->assertString($actual);
    }