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

testOffsetSet() public method

public testOffsetSet ( )
    public function testOffsetSet()
    {
        $this->buffer->offsetSet(0, $this->appendString);
        $this->assertSame($this->appendString . substr($this->initialString, 1), (string) $this->buffer);
    }