Kraken\_Unit\Util\Buffer\BufferTest::testOffsetUnset PHP Method

testOffsetUnset() public method

public testOffsetUnset ( )
    public function testOffsetUnset()
    {
        $this->buffer->offsetUnset(0);
        $this->assertSame(substr($this->initialString, 1), (string) $this->buffer);
    }