Ejemplo n.º 1
0
 public function testQuoteMeta()
 {
     $s = new StringObject("Hello world. (can you hear me?)");
     $s->quoteMeta();
     $this->assertSame("Hello world\\. \\(can you hear me\\?\\)", $s->val());
 }