Example #1
0
 public function testSetObjectKeyImplementsFluentInterface()
 {
     $test = $this->helper->setObjectKey('foo');
     $this->assertSame($this->helper, $test);
 }