From 444e67d2333c51e97019ce466cef8b50c95e04ba Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 20 Dec 2014 15:57:38 -0500 Subject: [PATCH] Update PHPUnit documentation (4.4) --- 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 4f1ddfb9..9c999fb8 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.3' + self.version = '4.4' self.base_url = "https://phpunit.de/manual/#{version}/en/" self.root_path = 'index.html'