コード例 #1
0
ファイル: EdgesTest.php プロジェクト: feffi/graph
 /**
  *
  * @param Edges $edges
  * @depends testTwo
  */
 public function testTwoMatchEmpty(Edges $edges)
 {
     $edgesMatch = $edges->getEdgesMatch(array($this, 'returnFalse'));
     $this->assertCount(0, $edgesMatch);
 }