This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
v2.3
Bump! 🤒
Diff: v2.2.1...v2.3
New features and changes:
- TCompiledContainer::refreshContainer: possibility to refresh container with parameters
- TComponent: support for anonymous classes (PHP 7)
- TPresenter: testing forms fields if they are defined as required (experimantal)
- ControlMock: new fake links format:
<a href="link|data!#hash(0=10, a=20, b=30)">
- added Scaffold
- fake database is now used every time needed
- automatically use
-C
switch if possible - added support for Doctrine migrations (enable using
testbench.migrations: yes
in tests config) - fixed compatibility with Nette 2.4
- dropped support for outdated PHP 5.4 and 5.5
- minor fixes
Feel free to improve Testbench and send PR.