mapguesser/views/tests/view_invalid_multiple_extends.php

6 lines
82 B
PHP

@extends(parent1)
@extends(parent2)
<div>Test HTML with multiple @extends</div>