Fakerino\Core\Test\Template\TwigTemplateTest::testGetVariablesFile PHP Method

testGetVariablesFile() public method

    public function testGetVariablesFile()
    {
        $this->template->loadTemplate($this->templateFile);
        $templateVars = $this->template->getVariables();
        $this->assertNotEmpty($templateVars);
    }