Skip to content

Commit c92ff33

Browse files
committed
tests: compatibility with Latte master
1 parent 9fb7e91 commit c92ff33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Forms.Latte/expected/FormMacros.button.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// source: %A%
33

4-
class Template%a% extends Latte\Template
4+
class Template%a% extends Latte\Runtime\Template
55
{
66

77
function render()

tests/Forms.Latte/expected/FormMacros.formContainer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// source: %A%
33

4-
class Template%a% extends Latte\Template
4+
class Template%a% extends Latte\Runtime\Template
55
{
66

77
function render()

tests/Forms.Latte/expected/FormMacros.forms.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// source: %A%
33

4-
class Template%a% extends Latte\Template
4+
class Template%a% extends Latte\Runtime\Template
55
{
66

77
function render()

0 commit comments

Comments
 (0)