Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 597 Bytes

File metadata and controls

10 lines (9 loc) · 597 Bytes

PHPUnit initial configuration

  • PHP (version 8.2.6)
  • Composer (version 2.5.3)
  • PHPUnit (version 10.2)
In this repo, you will find an initial configuration for phpunit. So you don't need to spend hours to configure phpunit for your project.

Basic uses

Download the repo into your project's root directory. You will find three files inside the repo, comsposer.json, composer.log phpunit.xml
Once you are done with downloading the repo, open the terminal and locate to the directory where you have downloaded your repo and run the following command
composer install