瀏覽代碼

Update PHPUnit documentation (4.4)

Thibaut 11 年之前
父節點
當前提交
444e67d233
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/phpunit.rb

+ 1 - 1
lib/docs/scrapers/phpunit.rb

@@ -2,7 +2,7 @@ module Docs
   class Phpunit < UrlScraper
     self.name = 'PHPUnit'
     self.type = 'phpunit'
-    self.version = '4.3'
+    self.version = '4.4'
     self.base_url = "https://phpunit.de/manual/#{version}/en/"
     self.root_path = 'index.html'