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