Esempio n. 1
0
 public function testInitialization()
 {
     $model = new Streams('SOMETOKEN');
     $this->assertNotEmpty($model->getEndpoint());
 }
Esempio n. 2
0
 public function testInitialization()
 {
     $model = new Streams(new SandBoxMode(), new AccessTokenBlackholeStorage('SOMETOKEN'));
     $this->assertNotEmpty($model->getEndpoint());
 }