|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Phpunit < UrlScraper
|
|
|
|
class Phpunit < UrlScraper
|
|
|
|
self.name = 'PHPUnit'
|
|
|
|
self.name = 'PHPUnit'
|
|
|
|
self.type = 'phpunit'
|
|
|
|
self.type = 'phpunit'
|
|
|
|
self.version = '4.4'
|
|
|
|
self.version = '4.5'
|
|
|
|
self.base_url = "https://phpunit.de/manual/#{version}/en/"
|
|
|
|
self.base_url = "https://phpunit.de/manual/#{version}/en/"
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ module Docs
|
|
|
|
appendixes.copyright.html)
|
|
|
|
appendixes.copyright.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2005–2014 Sebastian Bergmann<br>
|
|
|
|
© 2005–2015 Sebastian Bergmann<br>
|
|
|
|
Licensed under the Creative Commons Attribution 3.0 Unported License.
|
|
|
|
Licensed under the Creative Commons Attribution 3.0 Unported License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|