1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10973] Drop all require_once for mocks. Use autoloading.

PHPBB3-10973
This commit is contained in:
Andreas Fischer
2012-07-08 22:53:45 +02:00
parent 932428086e
commit d3bbde69c4
19 changed files with 0 additions and 29 deletions

View File

@@ -7,7 +7,6 @@
*
*/
require_once dirname(__FILE__) . '/../mock/cache.php';
require_once dirname(__FILE__) . '/ext/bar/ext.php';
require_once dirname(__FILE__) . '/ext/foo/ext.php';
require_once dirname(__FILE__) . '/ext/vendor/moo/ext.php';