Nelmio\Alice\Loader\LoaderIntegrationTest::testThrowsAnExceptionIfInheritFromAnInexistingTemplate PHP Method

testThrowsAnExceptionIfInheritFromAnInexistingTemplate() public method

    public function testThrowsAnExceptionIfInheritFromAnInexistingTemplate()
    {
        $data = [\stdClass::class => ['another_dummy' => [], 'dummy (extends another_dummy)' => []]];
        $this->loader->loadData($data);
    }