anklimsk / cakephp-extended-test

Extended test tools for CakePHP

Home Page:https://anklimsk.github.io/cakephp-extended-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 2.x Extended test plugin

Build Status Coverage Status Latest Stable Version License

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

  1. Install the Plugin using composer: composer require anklimsk/cakephp-extended-test

  2. Add the next line to the end of the file app/Config/bootstrap.php:

    CakePlugin::load('CakeExtendTest');

Using

Using this plugin

About

Extended test tools for CakePHP

https://anklimsk.github.io/cakephp-extended-test

License:MIT License


Languages

Language:PHP 100.0%