ImboUnitTest\Resource\Images\QueryTest::testChecksums PHP Method

testChecksums() public method

public testChecksums ( )
    public function testChecksums()
    {
        $value = ['sum1', 'sum2'];
        $this->assertSame([], $this->query->checksums());
        $this->assertSame($this->query, $this->query->checksums($value));
        $this->assertSame($value, $this->query->checksums());
    }