This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
1.3.5
Added
- Add new constant test from file
testShortClassConstants
.
Changed
- Update tests, add new test
testClassConstants
. - Update
Loader::rebuildClassPathCache
method, usingDirectoryIterator
class instead ofglob
function.
Fixed
- Fix class
BaseTests
, remove cached and compiled files when calling destructor. - Constants error when using 2 trailing slashes, issue #63.
- Fix
parseConstKey
method, replacing double\\
by single\
. - Fix
throw new
exception, display on one line.
Removed
- Remove useless
else
and non accessing code.