public function testAddPath()
 {
     $this->container->addPath($this->paths[0]);
     $this->assertCount(1, $this->container->getPaths());
 }