Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/habibun/symfony-phpunit

Symfony with PHPUnit
https://github.com/habibun/symfony-phpunit

phpunit symfony test testing testing-tools

Last synced: 3 days ago
JSON representation

Symfony with PHPUnit

Awesome Lists containing this project

README

        

## About The Project
[Symfony][symfony_website] with [PHPUnit][phpunit_website]

Please check the [projects](#projects) section for more details.

## Overview
| Branch | PHPUnit Version | Symfony Version | PHP Version |
|----------|-----------------|-----------------|-------------|
| [v6][v2] | `^6.5` | `^3.4` | `^7.1` |

## Projects
Sample application using PHPUnit v6

phpunit-legacy

**Resources:**
- [PHPUnit (Legacy): Testing with a Bite](https://symfonycasts.com/screencast/phpunit-legacy)

#### Installation
```bash
git clone [email protected]:habibun/symfony-phpunit.git
cd symfony-phpunit
git checkout v2
symfony composer install
symfony php ./bin/console server:run
```

## Learn More
- [PHPUnit Docs][phpunit_docs]
- [TDD](https://en.wikipedia.org/wiki/Test-driven_development)
- [Configuring CircleCI](https://circleci.com/docs/configuration-reference/)

## Related
- [Symfony](https://github.com/habibun/symfony)

## License
Distributed under the MIT License. See **[LICENSE][license]** for more information.

[//]: # (Links)
[license]: https://github.com/habibun/symfony-phpunit/blob/main/LICENSE
[symfony_website]: https://symfony.com/

[phpunit_website]: https://phpunit.de/index.html
[phpunit_docs]: https://phpunit.de/documentation.html

[v2]: https://github.com/habibun/symfony-phpunit/tree/v6
[v2_tt]: https://github.com/habibun/symfony-phpunit/tree/v6 "Sample application using PHPUnit v6"