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/BBCodeParserTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'test/BBCodeParserTest.php') diff --git a/test/BBCodeParserTest.php b/test/BBCodeParserTest.php index 0a0eece..5368a9c 100644 --- a/test/BBCodeParserTest.php +++ b/test/BBCodeParserTest.php @@ -18,7 +18,6 @@ # along with this program. If not, see . # -require_once('PHPUnit/Framework.php'); require_once('src/BBCodeParser.php'); class BBCodeParserTest extends PHPUnit_Framework_TestCase { -- cgit v1.2.3