anklimsk / cakephp-extended-test
Extended test tools for CakePHP 2.x
Package info
github.com/anklimsk/cakephp-extended-test
Type:cakephp-plugin
pkg:composer/anklimsk/cakephp-extended-test
v1.0.3
2019-11-30 19:40 UTC
Requires
- php: >=5.4
- anklimsk/cakephp-basic-functions: ^1.0.0
- composer/installers: ^1.5.0
README
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');