예제 #1
0
 function testRemoveAllQuotes()
 {
     $string = "\"This \"magic\" isn't they're favourite thing\"";
     $this->assertEqual(Scaffold_Utils::remove_all_quotes($string), 'This magic isnt theyre favourite thing');
 }