Files
Observium_CE/tests/templates/nested_partials/NestedPartials.php

7 lines
61 B
PHP

<?php
class NestedPartials
{
public $val = 'FOURTH!';
}