[root]/tests/unittests/core/autoloader
fixtures
(3 files, 15 lines)
Clansuite
(1 files, 7 lines)
notloaded
(1 files, 6 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 14 (100.0%) | 632 (100.0%) | 45.1 |
- fixed more unittests and updated more namespaces...
2 lines of code changed in 1 file:
- dropped obsolete autoloading method tryPathsAndMap(), functionally replaced by PSR-0 loading
- dropped unittests accordingly
6 lines of code changed in 1 file:
- removed .core from filenames
6 lines of code changed in 1 file:
- removed core from test filenames
284 lines of code changed in 2 files:
- added fake gettext method to stop tests from failing, when gettext extension not loaded
- deactivated "cs_" exclusion test
1 lines of code changed in 1 file:
- removed autoruns from unittests, they run as package or per dir
- commented class_exists in autloader
1 lines of code changed in 1 file:
- fixes for autoloader test
3 lines of code changed in 1 file:
- modified the autoloader a bit to be better testable
- added fixtures to test the autoloader
- fixed all autoloader unittests
67 lines of code changed in 1 file:
- removed the early exit condition: the autoloader is not triggered by php, if class or interface exists
17 lines of code changed in 1 file:
- disable test, because atm i don't know a testing strategy for this
- feedback welcome
3 lines of code changed in 1 file:
- marked two more tests as incomplete..
4 lines of code changed in 1 file:
- disable test, because atm i don't know a testing strategy for this
- feedback welcome
6 lines of code changed in 1 file:
- updated to unittest suite to latest changes in core (bootstrap method renamed, autoloader moved)
232 lines of code changed in 1 file: