We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfaf86 commit 104f4beCopy full SHA for 104f4be
1 file changed
lib/docs/scrapers/phpunit.rb
@@ -17,13 +17,22 @@ class Phpunit < UrlScraper
17
options[:title] = false
18
19
options[:attribution] = <<-HTML
20
- © 2005–2025 Sebastian Bergmann<br>
+ © 2005–2026 Sebastian Bergmann<br>
21
Licensed under the Creative Commons Attribution 3.0 Unported License.
22
HTML
23
24
FILTERS = %w(phpunit/clean_html phpunit/entries title)
25
26
version do
27
+ self.release = '13.2'
28
+ self.base_url = "https://docs.phpunit.de/en/#{release}/"
29
+
30
+ html_filters.push FILTERS
31
32
+ options[:container] = '.document'
33
+ end
34
35
+ version '12' do
36
self.release = '12.5'
37
self.base_url = "https://docs.phpunit.de/en/#{release}/"
38
0 commit comments