eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\UrlWildcardHandlerTest::testLoadThrowsNotFoundException PHP Method

testLoadThrowsNotFoundException() public method

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