Skip to content

Commit 302f6de

Browse files
committed
Update tests
1 parent 3e808aa commit 302f6de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/StaticEntityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testInvalidData()
6161

6262
/**
6363
* @expectedException \Exception
64-
* @expectedExceptionMessage Property not-exists does not exist
64+
* @expectedExceptionMessage not-exists does not exist
6565
*/
6666
public function testMissingProperty()
6767
{
@@ -90,7 +90,7 @@ public function testToId()
9090

9191
/**
9292
* @expectedException \Exception
93-
* @expectedExceptionMessage Invalid parameter
93+
* @expectedExceptionMessage Unable to convert
9494
*/
9595
public function testBadToId()
9696
{

0 commit comments

Comments
 (0)