| Current Path : /home/rtorresani/www/vendor/magento/framework/View/Test/Unit/TemplateEngine/_files/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/View/Test/Unit/TemplateEngine/_files/simple.phtml |
<?php declare(strict_types=1);
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
// @codingStandardsIgnoreFile
?>
<html><?php
$block->testMethod();
if (isset($block->property)) {
echo $block->property;
}
?></html>