Skip to content

Commit ba98386

Browse files
committed
Ignore error reported by PHPStan in Navigation\NodeFactoryTest
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 2381e48 commit ba98386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/classes/Navigation/NodeFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function testGroupContainer(): void
5151
public function testDatabaseNode(): void
5252
{
5353
$node = NodeFactory::getInstance(NodeDatabase::class, 'database_name');
54+
/** @phpstan-ignore-next-line */
5455
$this->assertInstanceOf(NodeDatabase::class, $node);
5556
$this->assertEquals('database_name', $node->name);
5657
$this->assertEquals(Node::OBJECT, $node->type);

0 commit comments

Comments
 (0)