eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\UrlWildcardHandlerTest::testLoadThrowsNotFoundException PHP 메소드

testLoadThrowsNotFoundException() 공개 메소드

Test for the load() method.
    public function testLoadThrowsNotFoundException()
    {
        $this->insertDatabaseFixture(__DIR__ . '/Gateway/_fixtures/urlwildcards.php');
        $handler = $this->getHandler();
        $handler->load(100);
    }