We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e808aa commit 302f6deCopy full SHA for 302f6de
tests/StaticEntityTest.php
@@ -61,7 +61,7 @@ public function testInvalidData()
61
62
/**
63
* @expectedException \Exception
64
- * @expectedExceptionMessage Property not-exists does not exist
+ * @expectedExceptionMessage not-exists does not exist
65
*/
66
public function testMissingProperty()
67
{
@@ -90,7 +90,7 @@ public function testToId()
90
91
92
93
- * @expectedExceptionMessage Invalid parameter
+ * @expectedExceptionMessage Unable to convert
94
95
public function testBadToId()
96
0 commit comments