symblaze / test-pack
Symblaze test pack
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/symblaze/test-pack
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.