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.