ImboIntegrationTest\Storage\StorageTests::testStoreAndGetImage PHP Method

testStoreAndGetImage() public method

    public function testStoreAndGetImage()
    {
        $this->assertTrue($this->driver->store($this->user, $this->imageIdentifier, $this->imageData));
        $this->assertSame($this->imageData, $this->driver->getImage($this->user, $this->imageIdentifier));
    }