An open API service indexing awesome lists of open source software.

https://github.com/nikolaiprogramist/hexlet-phpunit


https://github.com/nikolaiprogramist/hexlet-phpunit

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# php-package

[![Github Actions Status](https://github.com/hexlet-boilerplates/php-package/workflows/PHP%20CI/badge.svg)](https://github.com/hexlet-boilerplates/php-package/actions)
[![Code Climate](https://codeclimate.com/github/hexlet-boilerplates/php-package/badges/gpa.svg)](https://codeclimate.com/github/hexlet-boilerplates/php-package)
[![Issue Count](https://codeclimate.com/github/hexlet-boilerplates/php-package/badges/issue_count.svg)](https://codeclimate.com/github/hexlet-boilerplates/php-package/issues)
[![Test Coverage](https://codeclimate.com/github/hexlet-boilerplates/php-package/badges/coverage.svg)](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)

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](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/).