Exemplo n.º 1
0
 public function testToString()
 {
     $foo = new StringLiteral('foo');
     $this->assertEquals('foo', $foo->__toString());
 }