コード例 #1
0
 public function testGooglePlus()
 {
     $gplus = new GooglePlus();
     $this->assertEquals('googleplus', $gplus->getKey());
     $this->assertNotNull($gplus->getShareCount(self::TEST_URL));
 }