Actions
Bug #32744
closedFatal error in t3lib_tree_NodeTest: serializeFixture
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
Updated by Philipp Gampe almost 13 years ago
Of course the same error happens with deserializeFixture.
Updated by Philipp Bergsmann almost 13 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?
Updated by Philipp Gampe almost 13 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.
Updated by Steffen Gebert almost 13 years ago
Yes, I would say that the file shouldn't be removed from the autoloader file, until the file itself has been removed.
Updated by Steffen Gebert almost 13 years ago
- Status changed from New to Accepted
Updated by Philipp Gampe almost 13 years ago
Works again ... I think this was related to the ExtJS migration.
Updated by Thorsten Kahler almost 13 years ago
- Status changed from Accepted to Rejected
I can't reproduce this issue either with the current master branch.
Actions