Skip to content

Commit df20310

Browse files
committed
Fix lowercase attribute
1 parent dc2d5cb commit df20310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpDocumentor/GraphViz/Test/GraphTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function test__call() : void
216216
public function testGetNonExistingAttributeThrowsAttributeNotFound() : void
217217
{
218218
$this->expectException(AttributeNotFound::class);
219-
$this->expectExceptionMessage('Attribute with name "NotExisting" was not found');
219+
$this->expectExceptionMessage('Attribute with name "notexisting" was not found');
220220

221221
$this->fixture->getNotExisting();
222222
}

0 commit comments

Comments
 (0)