exception text adapted to renamed class

This commit is contained in:
Claudio Zizza
2015-01-05 14:15:56 +01:00
parent 008383333a
commit 61964952c0
+1 -1
View File
@@ -50,7 +50,7 @@ class FactoryTest extends PHPUnit_Framework_TestCase
/** /**
* @expectedException \Exception * @expectedException \Exception
* @expectedExceptionMessage Task "Notknowntask" not found. * @expectedExceptionMessage Task "Unknowntask" not found.
*/ */
public function testGetClassDoesNotExist() public function testGetClassDoesNotExist()
{ {