ImboIntegrationTest\Database\DatabaseTests::testCanGetShortUrlIdThatDoesNotExist PHP Method

testCanGetShortUrlIdThatDoesNotExist() public method

    public function testCanGetShortUrlIdThatDoesNotExist()
    {
        $this->assertNull($this->adapter->getShortUrlId('user', 'image'));
    }