Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 697 Bytes

CakePHP PlumSearch Plugin Documentation

Version notice

Currently plugin is beta version, so it is possible that there could be minor api changes.

Installation

Detailed Documentation

Testing the Plugin

You can test using a local installation of phpunit or the phar version of it:

cd plugins/PlumSearch
composer update // or: php composer.phar update
phpunit // or: php phpunit.phar

To test a specific file:

phpunit /path/to/class.php