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.
composer require --dev symblaze/test-pack
You can find a complete guide on how to use this package in the docs directory.
This package is licensed under the MIT License - see the LICENSE file for details.