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

testGetVariablesString() public method

    public function testGetVariablesString()
    {
        $this->template->loadTemplate('Hello {{ nameFemale }}');
        $templateVars = $this->template->getVariables();
        $this->assertNotEmpty($templateVars);
    }