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