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 80f8aea commit 3f4cc6eCopy full SHA for 3f4cc6e
tests/MaximumMatching/FlowTest.php
@@ -30,7 +30,7 @@ public function testSingleEdge()
30
// correct number of edges
31
$this->assertEquals(1, $alg->getNumberOfMatches());
32
// actual edge instance returned
33
- $this->assertEquals(array($edge), $alg->getEdges());
+ $this->assertEquals(array($edge), $alg->getEdges()->getVector());
34
35
// check
36
$flowgraph = $alg->createGraph();
0 commit comments