コード例 #1
0
 public function testGetAPIForProject()
 {
     $this->assertInstanceOf('\\Nasqueron\\Notifications\\Phabricator\\PhabricatorAPI', $this->factory->getForProject("Acme"));
 }
コード例 #2
0
 public function testFetchProjectsMap()
 {
     $this->assertInstanceOf('\\Nasqueron\\Notifications\\Phabricator\\ProjectsMap', $this->factory->fetch("Acme"));
 }