예제 #1
0
파일: StringsTest.php 프로젝트: techart/tao
 public function test_chop()
 {
     $this->assertEquals(Core_Strings::chop('chop   '), 'chop');
 }