Exemplo n.º 1
0
 /**
  * @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')));
 }