fix for PHPUnit 3.5.0 - no longer including PHPUnit/Framework.php in tests.

This commit is contained in:
Justin Hileman
2010-06-22 07:13:17 -04:00
parent 98ec8ea11a
commit b096cb108d
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,7 +1,6 @@
<?php
require_once '../Mustache.php';
require_once 'PHPUnit/Framework.php';
class MustachePragmaUnescapedTest extends PHPUnit_Framework_TestCase {