tests\thinkphp\library\think\Foo::fetchTest PHP Method

fetchTest() public method

public fetchTest ( )
    public function fetchTest()
    {
        $template = dirname(__FILE__) . '/display.html';
        return $this->fetch($template, ['name' => 'ThinkPHP']);
    }