Ejemplo n.º 1
0
 public function testGetAppId()
 {
     $id = 'test-id';
     $app = new App($this->config, $id);
     $this->assertEquals($id, $app->getId());
 }
Ejemplo n.º 2
0
 /**
  * Return current app ID.
  */
 public function getAppId()
 {
     return $this->app->getId();
 }