コード例 #1
0
 /**
  * Test getVersion function
  * @return void
  */
 public function testGetVersion()
 {
     $this->assertStringMatchesFormat('%i.%i.%i', VideoDownload::getVersion());
 }