summaryrefslogtreecommitdiff
path: root/test/MailmanLibTest.php
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 19:06:13 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 19:06:13 +0000
commit82a149fedf11c76fe38469dc9dd2eca2b31a5db7 (patch)
treeb42ef6667231853682f63878fab9a042b597d937 /test/MailmanLibTest.php
parent001f9be89da75fd15aec093857458a270499e681 (diff)
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
Diffstat (limited to 'test/MailmanLibTest.php')
-rw-r--r--test/MailmanLibTest.php4
1 files changed, 2 insertions, 2 deletions
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),
);
}