Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 281 Bytes

tests.md

File metadata and controls

10 lines (7 loc) · 281 Bytes

Back end tests

PHPUnit is the php testing framework to write down our PHP unit tests.

You must provide some unit tests for any back-end development.

More information for tests in unit testing with phpunit section.