Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junaidbinjaman/phpunit-basic-configuration
PHP unit practice codes goes inside this repo.
https://github.com/junaidbinjaman/phpunit-basic-configuration
code-units php-testing phpunit unit-testing
Last synced: 14 days ago
JSON representation
PHP unit practice codes goes inside this repo.
- Host: GitHub
- URL: https://github.com/junaidbinjaman/phpunit-basic-configuration
- Owner: junaidbinjaman
- Created: 2023-07-17T02:44:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T04:49:58.000Z (7 months ago)
- Last Synced: 2024-11-18T00:43:00.231Z (3 months ago)
- Topics: code-units, php-testing, phpunit, unit-testing
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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