Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 847 Bytes

SocietasPro

The SocietasPro project has now been deprecated.

Society and community group management system.

Please report any bugs on Github: https://github.com/xmeltrut/SocietasPro/issues

Developers

A nightly build of the code documentation can be found at: (website closed).

Testing

Any changes should be run through the tests in the tests/ directory. These are not included in the general software releases, but can be accessed via Git in the usual manner. The unit tests use PHPUnit and there is also a Bug Scanner module which looks for simple mistakes like leaving print_r's in your code.

PHPUnit

@todo Add instructions

PHP CodeSniffer

@todo Add instructions

PHP Mess Detector

phpmd ./application text application/Resources/build/phpmd.xml

PHP Copy & Paste Detector

phpcpd ./application