mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-16 13:50:17 +02:00
exception text adapted to renamed class
This commit is contained in:
parent
008383333a
commit
61964952c0
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user