Esempio n. 1
0
 public function testEndsIn()
 {
     $this->assertTrue(Garp_Util_String::endsIn('e', 'Bad to the bone'));
     $this->assertFalse(Garp_Util_String::endsIn('I', 'I drink alone'));
 }