8 lines
205 B
PHTML
8 lines
205 B
PHTML
|
<?php
|
||
|
require_once 'PHPUnit/Util/Filter.php';
|
||
|
PHPUnit_Util_Filter::addFileToFilter(__FILE__);
|
||
|
?>
|
||
|
Testing strict variables
|
||
|
<?php echo $this->foo ?> should emit a notice.
|
||
|
As should <?php echo $this->bar ?>.
|