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 dc2d5cb commit df20310Copy full SHA for df20310
tests/phpDocumentor/GraphViz/Test/GraphTest.php
@@ -216,7 +216,7 @@ public function test__call() : void
216
public function testGetNonExistingAttributeThrowsAttributeNotFound() : void
217
{
218
$this->expectException(AttributeNotFound::class);
219
- $this->expectExceptionMessage('Attribute with name "NotExisting" was not found');
+ $this->expectExceptionMessage('Attribute with name "notexisting" was not found');
220
221
$this->fixture->getNotExisting();
222
}
0 commit comments