Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

v2.3

Compare
Choose a tag to compare
@mrtnzlml mrtnzlml released this 24 Jul 09:55
· 36 commits to master since this release

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.