private property FrxAjaxTest::$doc in Forena Reports 8
File
- tests/
src/ Unit/ Renderer/ FrxAjaxTest.php, line 17
Class
- FrxAjaxTest
- @group Forena @require module forena @coversDefaultClass \Drupal\forena\FrxPlugin\Renderer\FrxAjax
Namespace
Drupal\Tests\forena\Unit\RendererCode
private $doc = '<?xml version="1.0"?>
<!DOCTYPE root [
<!ENTITY nbsp " ">
]>
<html xmlns:frx="urn:FrxReports">
<head>
<title>Report Title</title>
<frx:category>Category</frx:category>
<frx:fields>
</frx:fields>
</head>
<body>
<div frx:renderer="FrxAjax" frx:selector="input" frx:command="invoke" frx:method="attr">[ "checked" , "checked" ]</div>
</body>
</html>';