Exemplo n.º 1
0
 function testChop()
 {
     $this->assertEqual(lmbFs::chop('test'), 'test');
     $this->assertEqual(lmbFs::chop('test/'), 'test');
     $this->assertEqual(lmbFs::chop('test\\'), 'test');
 }