CakePHP 2.x Extended test plugin

Extended test tools for CakePHP
This plugin provides next features:
- Baking test case use cake console;
- Testing a non-public method or property using a proxy object;
- Testing the View with a CSS Selector;
- Applying testing configuration of application from file;
- Applying testing information of logged-on user from array;
- Advanced testing methods: test Flash messages, upload file, testing method arguments,
assertions and messages from array.
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-extended-test
-
Add the next line to the end of the file app/Config/bootstrap.php
:
CakePlugin::load('CakeExtendTest');
Using
Using this plugin