You are here

README.txt in Coder 7.2

Developer Module that assists with code review and version upgrade that supports
a plug-in extensible hook system so contributed modules can define additional
review standards.

Built-in support for:
 - Drupal Coding Standards - http://drupal.org/node/318
 - Handle text in a secure fashion - http://drupal.org/node/28984

Coder Sniffer
-------------

See the README.txt file in the coder_sniffer directory.


Installation
------------

Copy coder.module to your module directory and then enable on the admin
modules page.  Enable the modules that admin/config/development/coder/settings
works on, then view the coder results page at coder.


Automated Testing (PHPUnit)
---------------------------

Coder Sniffer comes with a PHPUnit test suite to make sure the sniffs work correctly.
Use Composer to install the dependencies:

  composer install

Then execute the tests:

  ./vendor/bin/phpunit


Author
------
Doug Green
douggreen@douggreenconsulting.com

File

README.txt
View source
  1. Developer Module that assists with code review and version upgrade that supports
  2. a plug-in extensible hook system so contributed modules can define additional
  3. review standards.
  4. Built-in support for:
  5. - Drupal Coding Standards - http://drupal.org/node/318
  6. - Handle text in a secure fashion - http://drupal.org/node/28984
  7. Coder Sniffer
  8. -------------
  9. See the README.txt file in the coder_sniffer directory.
  10. Installation
  11. ------------
  12. Copy coder.module to your module directory and then enable on the admin
  13. modules page. Enable the modules that admin/config/development/coder/settings
  14. works on, then view the coder results page at coder.
  15. Automated Testing (PHPUnit)
  16. ---------------------------
  17. Coder Sniffer comes with a PHPUnit test suite to make sure the sniffs work correctly.
  18. Use Composer to install the dependencies:
  19. composer install
  20. Then execute the tests:
  21. ./vendor/bin/phpunit
  22. Author
  23. ------
  24. Doug Green
  25. douggreen@douggreenconsulting.com