anklimsk / cakephp-extended-test
Extended test tools for CakePHP 2.x
Installs: 1 689
Dependents: 10
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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');