X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=application%2Ftests%2Floader.php;h=7ddcb41f464ee43f4512423d4f46cbbb27aebf70;hp=8dacff87c367ff6643561a6bb850dc45a372a1e1;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb diff --git a/application/tests/loader.php b/application/tests/loader.php index 8dacff87..7ddcb41f 100644 --- a/application/tests/loader.php +++ b/application/tests/loader.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -23,6 +23,3 @@ // Scan for application's classes, exceptions and interfaces ClassLoader::scanApplicationClasses(); - -// [EOF] -?>