浏览代码

Update PHPUnit documentation (5.1)

Thibaut 10 年之前
父节点
当前提交
163a0ed8ef
共有 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 = '5.0'
+    self.version = '5.1'
     self.base_url = "https://phpunit.de/manual/#{version}/en/"
     self.root_path = 'index.html'
     self.links = {