Social Network is an academic project used to train developer in TDD.
Setup composer https://getcomposer.org/download/
composer install
Depending on how you set up autoloading, you may need to run also
composer dump-autoload
On PhpStorm, you need to:
- select the php interpreter (tested on 8.1).
- add run/debug configuration.
- Fork the repository
- Invite team members to collaborate
- Run the test and try to solve a maximum of them !
- Create a review request when finished
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.