Phprest\Entity\ErrorTest::testGetDetails PHP Méthode

testGetDetails() public méthode

public testGetDetails ( )
    public function testGetDetails()
    {
        $error = new Error(new Exception('', 0, 500, ['details']));
        $this->assertEquals(['details'], $error->getDetails());
    }