|
|
@ -19,10 +19,15 @@ module Docs
|
|
|
|
appendixes.copyright.html)
|
|
|
|
appendixes.copyright.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2005–2016 Sebastian Bergmann<br>
|
|
|
|
© 2005–2017 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '6' do
|
|
|
|
|
|
|
|
self.release = '6.2'
|
|
|
|
|
|
|
|
self.base_url = "https://phpunit.de/manual/#{release}/en/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '5' do
|
|
|
|
version '5' do
|
|
|
|
self.release = '5.7'
|
|
|
|
self.release = '5.7'
|
|
|
|
self.base_url = "https://phpunit.de/manual/#{release}/en/"
|
|
|
|
self.base_url = "https://phpunit.de/manual/#{release}/en/"
|
|
|
|