From b62a32659d64c76ffbdea8072f19d77915800c86 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 27 Feb 2012 03:29:15 +0100 Subject: Removed obsolete require_once for PHPUnit/Framework.php. --- test/PhpBB3ImplTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/PhpBB3ImplTest.php') diff --git a/test/PhpBB3ImplTest.php b/test/PhpBB3ImplTest.php index 1323404..64b11f6 100644 --- a/test/PhpBB3ImplTest.php +++ b/test/PhpBB3ImplTest.php @@ -18,8 +18,6 @@ # along with this program. If not, see . # -require_once('PHPUnit/Framework.php'); - class PhpBB3ImplTest extends PHPUnit_Framework_TestCase { protected function setUp() { -- cgit v1.2.3