Goetas\Twital\Tests\CoreNodesTest::testNonEmptyHtmlAttributes PHP Méthode

testNonEmptyHtmlAttributes() public méthode

public testNonEmptyHtmlAttributes ( $attributeName )
    public function testNonEmptyHtmlAttributes($attributeName)
    {
        $source = '<div ' . $attributeName . '="">foo</div>';
        $compiled = $this->twital->compile($this->sourceAdapter, $source);
        $this->assertEquals($source, $compiled);
    }