示例#1
0
 public function testGetPath()
 {
     $concept = new Concept('/foo/bar');
     $this->assertEquals('/foo/bar', $concept->getPath());
 }