From 6d83b686eeaffb8c21bb00adb20b144fea03edbb Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 12 Oct 2015 10:55:48 -0400 Subject: [PATCH] Update PHPUnit documentation (5.0) --- lib/docs/scrapers/phpunit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/phpunit.rb b/lib/docs/scrapers/phpunit.rb index c026d56c..5787e22f 100644 --- a/lib/docs/scrapers/phpunit.rb +++ b/lib/docs/scrapers/phpunit.rb @@ -2,7 +2,7 @@ module Docs class Phpunit < UrlScraper self.name = 'PHPUnit' self.type = 'phpunit' - self.version = '4.8' + self.version = '5.0' self.base_url = "https://phpunit.de/manual/#{version}/en/" self.root_path = 'index.html' self.links = {