wiki.techinc.nl/tests/phpunit/structure
Antoine Musso 3c8674bdff tests: remove date from @author docs statements
phpunit interprets '@author' documentation statements to generate group.
Appending the year to the author name created duplicates entry:

 $ php phpunit.php --list-groups|grep Antoine
 Antoine Musso
 Antoine Musso, 2012
 $

Removing the date fix the duplication. I have also inserted
corresponding '@copyright' statements.

Change-Id: I65b19adb59c4894314ce68a0c815c5d3e4c30df0
2013-10-03 10:48:12 +02:00
..
AutoLoaderTest.php Added a Descriptive Comment to the AutoLoaderTest 2013-07-17 16:56:24 -07:00
ResourcesTest.php tests: remove date from @author docs statements 2013-10-03 10:48:12 +02:00
StructureTest.php