/** * @testdox Test that setBuffer returns an instance of $this */ public function testEnsureSetBufferReturnsThisObject() { $this->assertSame($this->object, $this->object->setBuffer('This is why we test.', array('type' => 'component', 'name' => 'Test Object', 'title' => 'Testing'))); }