Example #1
0
 public function test_chop()
 {
     $this->assertEquals(Core_Strings::chop('chop   '), 'chop');
 }