As you have downloaded this repository from Git. You will need to install of the project dependencies before you complete this task. To do this make sure in the terminal you are in the root of the Task_05 directory and run the following commands:
- For PHP:
composer install - For JS :
npm install
Once these dependencies have been installed you will be able to serve the application and run the codeception test suites.
Do not Modify anything in the tests directory. You are to create the minimal about of code to satisfy all of the tests.
There are a total of 20 tests:
- [7] Acceptance Tests
- [7] Functional Tests
- [6] Unit Tests
Successfullly passing a test is worth 1 mark.