Nelmio\Alice\Throwable\Exception\FixtureBuilder\Denormalizer\InvalidScopeExceptionTest::testIsADenormalizationThrowable PHP Method

testIsADenormalizationThrowable() public method

    public function testIsADenormalizationThrowable()
    {
        $this->assertTrue(is_a(InvalidScopeException::class, DenormalizationThrowable::class, true));
    }