Fhaculty\Graph\Tests\Edge\EdgeBaseTest::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        $this->graph = new Graph();
        $this->v1 = $this->graph->createVertex(1);
        $this->v2 = $this->graph->createVertex(2);
        $this->edge = $this->createEdge();
    }