cakephp-extended-test

Extended test tools for CakePHP

View the Project on GitHub anklimsk/cakephp-extended-test

CakePHP 2.x Extended test plugin

Build Status Coverage Status Latest Stable Version License

Extended test tools for CakePHP

This plugin provides next features:

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