Skip to content

Commit cd9a2f2

Browse files
committed
Remove useless GraphNode test
1 parent 93e3c80 commit cd9a2f2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/GraphNode/GraphNodeTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,4 @@ public function testAGraphNodeCanBeConvertedToAString()
188188

189189
$this->assertEquals('["foo","bar",123]', $graphNodeAsString);
190190
}
191-
192-
public function testAGraphNodeCanBeAccessedAsAnArray()
193-
{
194-
$graphNode = new GraphNode(['foo' => 'bar', 'faz' => 'baz']);
195-
196-
$this->assertEquals('bar', $graphNode->getField('foo'));
197-
$this->assertEquals('baz', $graphNode->getField('faz'));
198-
}
199191
}

0 commit comments

Comments
 (0)