htmlgen\test\HtmlTest::test_html_with_no_arguments_throws_error PHP Method

test_html_with_no_arguments_throws_error() public method

    public function test_html_with_no_arguments_throws_error()
    {
        $this->expectException('TypeError');
        html();
    }