anklimsk/cakephp-extended-test

Extended test tools for CakePHP 2.x

Installs: 1 683

Dependents: 10

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

v1.0.3 2019-11-30 19:40 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:45 UTC


README

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