コード例 #1
0
ファイル: StringTest.php プロジェクト: grrr-amsterdam/garp3
 public function testEndsIn()
 {
     $this->assertTrue(Garp_Util_String::endsIn('e', 'Bad to the bone'));
     $this->assertFalse(Garp_Util_String::endsIn('I', 'I drink alone'));
 }