All Versions
119
Latest Version
Avg Release Cycle
34 days
Latest Release
727 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v1.1.1 Changes
March 17, 2015- Bugfix: Fix a double open tag issue with the
Layer
patcher. - Bugfix: Fix missing pointcut patching in the
Layer
patcher.
- Bugfix: Fix a double open tag issue with the
-
v1.1.0 Changes
February 25, 2015- Add: Allow Stubs to override all public method of their parent class by setting the
'layer'
option totrue
. - 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.
- Add: Allow Stubs to override all public method of their parent class by setting the
-
v1.0.6 Changes
February 11, 2015- Add: Implement missing Jasmine
expect(string)->toContain(substring)
behavior. - Change: Allow arguments to also be set in kahlan config files.
- Bugfix: Fix Monkey patcher when some patchable code are outside namespaces/classes or functions.
- Add: Implement missing Jasmine
-
v1.0.5 Changes
February 10, 2015- Bugfix: Resolve default cache path (based on
sys_get_temp_dir()
) to be a real dir on OS X.
- Bugfix: Resolve default cache path (based on
-
v1.0.4 Changes
February 03, 2015- Deprecate: Feprecate ddescribe/ccontext/iit in flavor of fdescribe/fcontext/fit (Jasmine 2.x naming)
-
v1.0.3 Changes
February 02, 2015- Bugfix: Fix
use
statement patching for partial namespace
- Bugfix: Fix
-
v1.0.2 Changes
February 01, 2015- Change: The terminal reporter displaying has been modified
- Bugfix: Fix code coverage driver to make it work with HHVM
- BC break: The
'autoloader'
filter entry point has been renamed to'interceptor'
-
v1.0.1 Changes
January 28, 2015- Add: New reporter
--reporter=verbose
- Add: New reporter
-
v1.0.0 Changes
January 24, 2015- Initial Stable Release