Actions
Feature #23956
closedAdd functions to provide mocks for makeInstance
Start date:
2010-11-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
This will make unit-testing a lot less of a hassle.
In addition, we should have a function to make makeInstance drop all stored singletons.
(issue imported from #M16267)
Files
Updated by Oliver Klee about 14 years ago
In addition, this patch adds some unit tests for the already existing functionality of makeInstance.
Updated by Oliver Klee about 14 years ago
The patch also adds an exception if makeInstance is called with an empty class name
Actions