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

testRemove() public method

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