Exemplo n.º 1
0
 public function testShouldRemovePrefixFromUrlLocation()
 {
     self::assertEquals('/bar', $this->section->trimSectionLocation('foo/bar'));
     self::assertEquals('bar', $this->section->trimSectionLocation('foobar'));
 }