Fhaculty\Graph\Tests\TestCase::assertVertexEquals PHP Méthode

assertVertexEquals() protected méthode

protected assertVertexEquals ( Fhaculty\Graph\Vertex $expected, Fhaculty\Graph\Vertex $actual )
$expected Fhaculty\Graph\Vertex
$actual Fhaculty\Graph\Vertex
    protected function assertVertexEquals(Vertex $expected, Vertex $actual)
    {
        $this->assertEquals($this->getVertexDump($expected), $this->getVertexDump($actual));
    }