symblaze/test-pack

Symblaze test pack

1.1.0 2023-12-21 13:16 UTC

This package is auto-updated.

Last update: 2024-03-30 14:16:16 UTC


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:

  1. Organizing your tests in way that mirrors your code structure.
  2. Stop thinking about which base class to extend. A single base class to extend for all your tests.
  3. 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.