Kraken\_Module\Util\Buffer\BufferTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->buffer = new Buffer($this->initialString);
        $this->iterator = $this->buffer->getIterator();
    }