Jelajahi Sumber

Update PHPUnit documentation (4.5)

Thibaut 10 tahun lalu
induk
melakukan
d96deb45b1

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -262,7 +262,7 @@ credits = [
     'http://creativecommons.org/licenses/by/3.0/'
   ], [
     'PHPUnit',
-    '2005-2014 Sebastian Bergmann',
+    '2005-2015 Sebastian Bergmann',
     'CC BY',
     'http://creativecommons.org/licenses/by/3.0/'
   ], [

+ 2 - 2
lib/docs/scrapers/phpunit.rb

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