public function testGetAPIForProject()
 {
     $this->assertInstanceOf('\\Nasqueron\\Notifications\\Phabricator\\PhabricatorAPI', $this->factory->getForProject("Acme"));
 }
 public function testFetchProjectsMap()
 {
     $this->assertInstanceOf('\\Nasqueron\\Notifications\\Phabricator\\ProjectsMap', $this->factory->fetch("Acme"));
 }