Fhaculty\Graph\Tests\Set\VerticesTest::createVertices PHP Method

createVertices() protected method

protected createVertices ( array $vertices )
$vertices array
    protected function createVertices(array $vertices)
    {
        return new Vertices($vertices);
    }