Goetas\Twital\Tests\CoreAttributeTest::testVisitAttribute PHP Method

testVisitAttribute() public method

public testVisitAttribute ( $source, $expected )
    public function testVisitAttribute($source, $expected)
    {
        $compiled = $this->twital->compile($this->sourceAdapter, $source);
        $this->assertEquals($expected, $compiled);
    }