From 57fe5b6d52949d94a549394fe8bca9a82c3e1a17 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Mon, 5 Jan 2015 14:15:56 +0100 Subject: [PATCH] exception text adapted to renamed class --- tests/MageTest/Task/FactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MageTest/Task/FactoryTest.php b/tests/MageTest/Task/FactoryTest.php index 4b31ca2..38a0620 100644 --- a/tests/MageTest/Task/FactoryTest.php +++ b/tests/MageTest/Task/FactoryTest.php @@ -50,7 +50,7 @@ class FactoryTest extends PHPUnit_Framework_TestCase /** * @expectedException \Exception - * @expectedExceptionMessage Task "Notknowntask" not found. + * @expectedExceptionMessage Task "Unknowntask" not found. */ public function testGetClassDoesNotExist() {