function testChop() { $this->assertEqual(lmbFs::chop('test'), 'test'); $this->assertEqual(lmbFs::chop('test/'), 'test'); $this->assertEqual(lmbFs::chop('test\\'), 'test'); }