|
|
|
@ -17,12 +17,21 @@ module Docs
|
|
|
|
|
options[:title] = false
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2005–2020 Sebastian Bergmann<br>
|
|
|
|
|
© 2005–2025 Sebastian Bergmann<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution 3.0 Unported License.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
FILTERS = %w(phpunit/clean_html phpunit/entries title)
|
|
|
|
|
|
|
|
|
|
version do
|
|
|
|
|
self.release = '12.0'
|
|
|
|
|
self.base_url = "https://docs.phpunit.de/en/#{release}/"
|
|
|
|
|
|
|
|
|
|
html_filters.push FILTERS
|
|
|
|
|
|
|
|
|
|
options[:container] = '.document'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
version '9' do
|
|
|
|
|
self.release = '9.5'
|
|
|
|
|
self.base_url = "https://phpunit.readthedocs.io/en/#{release}/"
|
|
|
|
|