Nelmio\Alice\Throwable\BuildThrowableTest::testIsABuildThrowable PHP Метод

testIsABuildThrowable() публичный Метод

    public function testIsABuildThrowable()
    {
        $this->assertTrue(is_a(RootBuildException::class, LoadingThrowable::class, true));
    }
BuildThrowableTest