1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

exception text adapted to renamed class

This commit is contained in:
Claudio Zizza 2015-01-05 14:15:56 +01:00 committed by Claudio Zizza
parent 1acffae330
commit 57fe5b6d52

View File

@ -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()
{