diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-07-08 22:53:45 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-08 22:57:23 +0200 |
commit | d3bbde69c441a5d795a16e66c9cc7a9194f42218 (patch) | |
tree | 01c836ed26c3d96b2bc1e5f34ef5530b3e8a746c /tests/session/testable_factory.php | |
parent | 932428086ecfa9cdd2c27cb185da7e22420e602d (diff) | |
download | forums-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar forums-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar.gz forums-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar.bz2 forums-d3bbde69c441a5d795a16e66c9cc7a9194f42218.tar.xz forums-d3bbde69c441a5d795a16e66c9cc7a9194f42218.zip |
[ticket/10973] Drop all require_once for mocks. Use autoloading.
PHPBB3-10973
Diffstat (limited to 'tests/session/testable_factory.php')
-rw-r--r-- | tests/session/testable_factory.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/session/testable_factory.php b/tests/session/testable_factory.php index a042085908..cb85a01c5c 100644 --- a/tests/session/testable_factory.php +++ b/tests/session/testable_factory.php @@ -7,9 +7,6 @@ * */ -require_once dirname(__FILE__) . '/../mock/request.php'; -require_once dirname(__FILE__) . '/../mock/session_testable.php'; - /** * This class exists to setup an instance of phpbb's session class for testing. * |