Update PHPUnit documentation (4.7)

pull/229/merge
Thibaut 10 years ago
parent 715779efc9
commit b97953877a

@ -2,9 +2,13 @@ module Docs
class Phpunit < UrlScraper
self.name = 'PHPUnit'
self.type = 'phpunit'
self.version = '4.6'
self.version = '4.7'
self.base_url = "https://phpunit.de/manual/#{version}/en/"
self.root_path = 'index.html'
self.links = {
home: 'https://phpunit.de/',
code: 'https://github.com/sebastianbergmann/phpunit'
}
html_filters.push 'phpunit/clean_html', 'phpunit/entries', 'title'

Loading…
Cancel
Save