Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 420 Bytes

migrate-1.7.x.md

File metadata and controls

9 lines (7 loc) · 420 Bytes

Migrate to 1.7.x

  • the Framework\Project interface was updated with new methods (configurationUpdate, defineDirectory, getNamespaceDirectory)
  • the Framework\Package\Package interface was update with new methods (defineDirectory)
  • AutoLoadInfo::getFiles is now AutoLoadInfo::getFilesInfos and returns the found prefix for each file

parts

  • installTestSuite is now TestSuite
  • CreateBootstrap is now Bootstrap