Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 510 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 510 Bytes

Changelog

All Notable changes to laravel-test will be documented in this file

2.1.0 - 2022-04-05

  • Update composer.lock to Padosoft/test v2.1.0

2.0.1 - 2016-08-28

  • Update composer.lock to Padosoft/test v0.2.2

2.0.0 - 2016-08-28

  • ADD support for php>=7.0.0
  • REMOVE support for php<7.0.0
  • CHANGE TestBase now use ReflectionTestable, ExceptionTestable, FileSystemTestable Padosoft\Test\traits traits
  • CHANGE update composer.json

1.1.2 - 2016-02-02

Added

  • Initial stable release