Dwoo 1.3.5 has just been released.
Here is a list of the most important changes:
Added
- Add new constant test from file
testShortClassConstants.
Changed
- Update tests, add new test
testClassConstants. - Update
Loader::rebuildClassPathCachemethod, usingDirectoryIteratorclass instead ofglobfunction.
Fixed
- Fix class
BaseTests, remove cached and compiled files when calling destructor. - Constants error when using 2 trailing slashes, issue #63.
- Fix
parseConstKeymethod, replacing double\\by single\. - Fix
throw newexception, display on one line.
Removed
- Remove useless
elseand non accessing code.
Want to upgrade to this new release?
composer update dwoo/dwoo 1.3.*