Example #1
0
 /**
  * Tests Registry->__toString().
  */
 public function testToString()
 {
     $this->registry->setCode('foo');
     $this->registry->setName('bar');
     $this->assertEquals('bar', $this->registry->__toString());
 }