Fhaculty\Graph\Tests\Edge\EdgeDirectedTest::testVerticesEnds PHP Method

testVerticesEnds() public method

public testVerticesEnds ( )
    public function testVerticesEnds()
    {
        $this->assertEquals(array($this->v1), $this->edge->getVerticesStart()->getVector());
        $this->assertEquals(array($this->v2), $this->edge->getVerticesTarget()->getVector());
    }