Viewing File: /home/maglabs/it/lib/internal/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>
Back to Directory File Manager