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

testLoadTemplateString() public method

    public function testLoadTemplateString()
    {
        $this->assertTrue($this->template->loadTemplate('Hello {{ nameFemale }}'));
    }