symblaze / test-pack
Symblaze test pack
1.1.0
2023-12-21 13:16 UTC
Requires
- symfony/test-pack: ^1.1
Requires (Dev)
- fakerphp/faker: ^1.23
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- symfony/framework-bundle: ^7.0
Suggests
- fakerphp/faker: Required to use Faker with Symfony tests
README
Whenever you write a new line of code, you should write a test for it. The Symfony test pack is quite good, but it's not so easy to keep your test suite organized and clean. This package aims to help you with:
- Organizing your tests in way that mirrors your code structure.
- Stop thinking about which base class to extend. A single base class to extend for all your tests.
- A rich set of assertions to make your tests more readable.
Installation
composer require --dev symblaze/test-pack
Usage
You can find a complete guide on how to use this package in the docs directory.
License
This package is licensed under the MIT License - see the LICENSE file for details.