Explorar el Código

Update PHPUnit documentation (4.7)

Thibaut hace 10 años
padre
commit
b97953877a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      lib/docs/scrapers/phpunit.rb

+ 5 - 1
lib/docs/scrapers/phpunit.rb

@@ -2,9 +2,13 @@ module Docs
   class Phpunit < UrlScraper
   class Phpunit < UrlScraper
     self.name = 'PHPUnit'
     self.name = 'PHPUnit'
     self.type = 'phpunit'
     self.type = 'phpunit'
-    self.version = '4.6'
+    self.version = '4.7'
     self.base_url = "https://phpunit.de/manual/#{version}/en/"
     self.base_url = "https://phpunit.de/manual/#{version}/en/"
     self.root_path = 'index.html'
     self.root_path = 'index.html'
+    self.links = {
+      home: 'https://phpunit.de/',
+      code: 'https://github.com/sebastianbergmann/phpunit'
+    }
 
 
     html_filters.push 'phpunit/clean_html', 'phpunit/entries', 'title'
     html_filters.push 'phpunit/clean_html', 'phpunit/entries', 'title'