You are here

private property SVGTest::$svg in Forena Reports 8

Test SVG document

File

tests/src/Unit/Document/SVGTest.php, line 25

Class

SVGTest
Test XML @group Forena @require module forena @coversDefaultClass \Drupal\forena\FrxPlugin\Document\SVG

Namespace

Drupal\Tests\forena\Unit\Document

Code

private $svg = '<div><svg xmlns:xlink="http://www.w3.org/1999/xlink" height="100" width="100">
    <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
    <a xlink:href="http://www.w3schools.com/svg/" target="_blank">
    <text x="0" y="15" fill="red">I love SVG!</text>
    </a>
    </svg></div>';