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'