From 82a149fedf11c76fe38469dc9dd2eca2b31a5db7 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 19:06:13 +0000 Subject: s/PHPUnit_Framework_Error/Exception/g git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6670 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/MailmanLibTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/MailmanLibTest.php') diff --git a/test/MailmanLibTest.php b/test/MailmanLibTest.php index eeee160..d8bf4af 100644 --- a/test/MailmanLibTest.php +++ b/test/MailmanLibTest.php @@ -15,8 +15,8 @@ class MailmanLibTest extends PHPUnit_Framework_TestCase { public function provider_read_raw_message() { return array( - array(__DIR__ . '/empty', null, 'PHPUnit_Framework_Error'), - array(__DIR__ . '/bougs', null, 'PHPUnit_Framework_Error'), + array(__DIR__ . '/empty', null, 'Exception'), + array(__DIR__ . '/bougs', null, 'Exception'), array(__DIR__ . '/1', file_get_contents(__DIR__ . '/1'), null), ); } -- cgit v1.2.3