コード例 #1
0
ファイル: ImageTest.php プロジェクト: fraserreed/meme-puush
 /**
  * @covers MemePuush\Image::getApiKey
  */
 public function testGetApiKey()
 {
     $this->assertNull($this->object->getApiKey());
 }