Beispiel #1
0
 public function testStripQuotes()
 {
     $this->assertEquals('phrase', $this->text->stripQuotes('"phrase"'));
     $this->assertEquals('', $this->text->stripQuotes(''));
 }