public function testAddPaths()
 {
     $this->object->addPaths('tests', array(FIXTURES_ROOT, $this->dir));
     $this->assertThat($this->object->getAll(), $this->equalTo(array(FIXTURES_ROOT, $this->dir)));
 }