Fakerino\Test\Core\Console\FakeConsoleTest::testCallHelper PHP Method

testCallHelper() public method

public testCallHelper ( )
    public function testCallHelper()
    {
        $args = array('1' => '-h');
        $fakeConsole = new FakeConsole($args);
        $result = (string) $fakeConsole->run();
        $this->assertTrue(strlen($result) > 0);
    }