ImboIntegrationTest\Database\DatabaseTests::testLoadImageThatDoesNotExist PHP Méthode

testLoadImageThatDoesNotExist() public méthode

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