Update PHPUnit documentation (6.2)

pull/647/head
Thibaut Courouble 8 years ago
parent 7e0bac9cb0
commit c7e260403d

@ -485,7 +485,7 @@ credits = [
'https://secure.php.net/manual/en/copyright.php' 'https://secure.php.net/manual/en/copyright.php'
], [ ], [
'PHPUnit', 'PHPUnit',
'2005-2016 Sebastian Bergmann', '2005-2017 Sebastian Bergmann',
'CC BY', 'CC BY',
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [

@ -19,10 +19,15 @@ module Docs
appendixes.copyright.html) appendixes.copyright.html)
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2005&ndash;2016 Sebastian Bergmann<br> &copy; 2005&ndash;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/"

Loading…
Cancel
Save