Browse Source

Add PHPUnit to About page

Thibaut 11 years ago
parent
commit
64b2ea7160
1 changed files with 5 additions and 0 deletions
  1. 5 0
      assets/javascripts/templates/pages/about_tmpl.coffee

+ 5 - 0
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -232,6 +232,11 @@ credits = [
     '1997-2014 The PHP Documentation Group',
     'CC BY',
     'http://creativecommons.org/licenses/by/3.0/'
+  ], [
+    'PHPUnit',
+    '2005-2014 Sebastian Bergmann',
+    'CC BY',
+    'http://creativecommons.org/licenses/by/3.0/'
   ], [
     'PostgreSQL',
     '1996-2013 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',