diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 03:29:15 +0100 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 03:29:15 +0100 |
commit | b62a32659d64c76ffbdea8072f19d77915800c86 (patch) | |
tree | 0c8b204bdb573d1c30c0cedc08333590bf5550a6 /test/MailmanToPhpBB3Test.php | |
parent | f746303059f0ae9c45e2e5b8ed679e44adc7327a (diff) |
Removed obsolete require_once for PHPUnit/Framework.php.
Diffstat (limited to 'test/MailmanToPhpBB3Test.php')
-rw-r--r-- | test/MailmanToPhpBB3Test.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/MailmanToPhpBB3Test.php b/test/MailmanToPhpBB3Test.php index 20779a9..12bde14 100644 --- a/test/MailmanToPhpBB3Test.php +++ b/test/MailmanToPhpBB3Test.php @@ -18,8 +18,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -require_once('PHPUnit/Framework.php'); - require_once('Log.php'); require_once(__DIR__ . '/../src/Bridge.php'); |