Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/framework/View/Test/Unit/TemplateEngine/_files/
Upload File :
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>