Skip to content

Commit d7d6815

Browse files
Fixed the test view
1 parent 2f18c3b commit d7d6815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
hello world!
22

3-
<p><?php echo $foo; ?></p>
3+
<p><?php echo isset($foo) ? $foo : ''; ?></p>

0 commit comments

Comments
 (0)