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

createEdgeLoop() protected method

protected createEdgeLoop ( )
    protected function createEdgeLoop()
    {
        // 1 --\
        // ^   |
        // \---/
        return $this->v1->createEdgeTo($this->v1);
    }