ImboIntegrationTest\Storage\StorageTests::testStoreAndGetImage PHP Метод

testStoreAndGetImage() публичный Метод

    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));
    }