Example #1
0
 public function testSetProviderIdString()
 {
     $this->share->setProviderId('foo');
     $this->share->setId('bar');
     $this->assertEquals('foo:bar', $this->share->getFullId());
 }