public function testSetPaths()
 {
     $this->object->setPaths(array('testing.purpose' => array(FIXTURES_ROOT), 'another' => array($this->dir)));
     $this->assertThat($this->object->getAll(), $this->equalTo(array(FIXTURES_ROOT, $this->dir)));
 }