Kahlan v1.1.0 Release Notes

Release Date: 2015-02-25 // about 9 years ago
    • Add: Allow Stubs to override all public method of their parent class by setting the 'layer' option to true.
    • Add: Introduce the Layer proxy to be able to stub methods inherited from PHP core method.
    • Change: The look & feel of reporters has been modified.
    • Bugfix: Add a default value for stubbed function parameters only when exists.
    • Bugfix: Return absolute namespace for typehint
    • Bugfix: Generalize method overriding with stubs.
    • BC break: The Stubs 'params' option now identifies each values to pass to __construct().
    • BC break: Reporter's hooks has been renamed and now receive a report instance as parameter instead of an array.