ImboIntegrationTest\Database\DatabaseTests::testGetMimeTypeWhenImageDoesNotExist PHP Method

testGetMimeTypeWhenImageDoesNotExist() public method

    public function testGetMimeTypeWhenImageDoesNotExist()
    {
        $this->adapter->getImageMimeType('user', 'id');
    }