Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

1.3.5

Compare
Choose a tag to compare
@emulienfou emulienfou released this 16 Mar 18:57
· 66 commits to master since this release

Added

  • Add new constant test from file testShortClassConstants.

Changed

  • Update tests, add new test testClassConstants.
  • Update Loader::rebuildClassPathCache method, using DirectoryIterator class instead of glob 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.