https://github.com/nikolaiprogramist/hexlet-phpunit
https://github.com/nikolaiprogramist/hexlet-phpunit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolaiprogramist/hexlet-phpunit
- Owner: NikolaiProgramist
- Created: 2024-09-04T14:15:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:11:46.000Z (over 1 year ago)
- Last Synced: 2024-09-17T11:40:51.536Z (over 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-package
[](https://github.com/hexlet-boilerplates/php-package/actions)
[](https://codeclimate.com/github/hexlet-boilerplates/php-package)
[](https://codeclimate.com/github/hexlet-boilerplates/php-package/issues)
[](https://codeclimate.com/github/hexlet-boilerplates/php-package/coverage)
## Prerequisites
* Linux, Macos, WSL
* PHP >=8.2
* Xdebug
* Make
* Git
## Addons
Use
## Setup
```bash
git clone https://github.com/hexlet-boilerplates/php-package.git
cd php-package
make install
```
## Run tests
```sh
make test
```
## Test Coverage
* see `phpunit.xml`
* See [codeclimate documentation](https://docs.codeclimate.com/docs/configuring-test-coverage)
* add `CC_TEST_REPORTER_ID` to workflow as SECRETS ENV VARIABLE (for safety)
[](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=php-package)
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io/?utm_source=github&utm_medium=link&utm_campaign=php-package).
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).