PHP Architecture Tester v0.5.2 Release Notes

Release Date: 2019-12-28 // over 4 years ago
  • ➕ Added Selector::implementInterface to select classes that implement a certain interface
    ➕ Added Selector::extendClass to select classes that extend a certain class
    ➕ Added Selector::includeTrait to select classes that include a certain trait
    Added some PHP configurations (error_reporting, display_errors, gc_disable) (thanks @staabm)
    ➕ Added verbosity as a cli command option
    🛠 Fixed options being ignored in configuration files