Project

General

Profile

Actions

Bug #32744

closed

Fatal error in t3lib_tree_NodeTest: serializeFixture

Added by Philipp Gampe over 12 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2011-12-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Fatal error: Class 't3lib_tree_RepresentationNode' not found in /home/phil/t3-playground/t3-git/tests/t3lib/tree/class.t3lib_tree_nodeTest.php on line 59
Actions #1

Updated by Philipp Gampe over 12 years ago

Of course the same error happens with deserializeFixture.

Actions #2

Updated by Philipp Bergsmann over 12 years ago

The class t3lib_tree_RepresentationNode is marked deprecated and not in the core_autoload.php. How should this be fixed? Remove the unittest? Add the class to the autoloader? Or include the class in the test?

Actions #3

Updated by Philipp Gampe over 12 years ago

If the function is not use any more, the test can be removed.

On the other hand, the unit test should stay until the code is removed. And then the entry should be added to the autoload file.

Actions #4

Updated by Steffen Gebert over 12 years ago

Yes, I would say that the file shouldn't be removed from the autoloader file, until the file itself has been removed.

Actions #5

Updated by Steffen Gebert over 12 years ago

  • Status changed from New to Accepted
Actions #6

Updated by Philipp Gampe about 12 years ago

Works again ... I think this was related to the ExtJS migration.

Actions #7

Updated by Thorsten Kahler about 12 years ago

  • Status changed from Accepted to Rejected

I can't reproduce this issue either with the current master branch.

Actions

Also available in: Atom PDF