Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/habibun/symfony-phpunit
- Owner: habibun
- License: mit
- Created: 2021-02-06T14:42:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T12:56:29.000Z (over 1 year ago)
- Last Synced: 2024-04-17T05:50:29.237Z (7 months ago)
- Topics: phpunit, symfony, test, testing, testing-tools
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
**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"