ImboIntegrationTest\Database\DatabaseTests::testLoadImageThatDoesNotExist PHP Method

testLoadImageThatDoesNotExist() public method

    public function testLoadImageThatDoesNotExist()
    {
        $this->adapter->load('user', 'id', $this->getMock('Imbo\\Model\\Image'));
    }