Project

General

Profile

Actions

Bug #23201

closed

[Unit tests]: Remove unnecessary require_once() calls

Added by Christian Kuhn over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-07-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Type: Unit test improvement

Branches: trunk, 4.4

Problem:
Since 4.3 the core autoloader takes care of loading needed classes, so require_once() isn't needed in unit tests anymore.

Solution:
Remove require_once() calls.

How to test:
All tests should run as before.

(issue imported from #M15142)


Files

15142_01.diff (12.6 KB) 15142_01.diff Administrator Admin, 2010-07-16 00:53
Actions #1

Updated by Christian Kuhn over 14 years ago

The following patch was committed to:
  • trunk rev. 8194
  • 4.4 rev. 8195
Actions

Also available in: Atom PDF