lion/test

library to implement testing with helpers that allow easy testing with PHPUnit

v2.1.0 2024-11-03 14:07 UTC

This package is auto-updated.

Last update: 2024-11-03 14:08:15 UTC


README

Lion-Framework Logo

Latest Stable Version Total Downloads License PHP Version Require

About Lion-Test

Lion-Test is a library designed to enhance PHPUnit testing by extending the TestCase class and adding additional functions to simplify test development. This library aims to streamline the process of creating, managing, and running tests, allowing developers to focus on essential logic and reduce boilerplate code.

Features

  • Easy-to-use assertions beyond the default PHPUnit set.
  • Custom helper functions for common testing patterns.
  • Integration with PHPUnit for seamless test execution.

Install

composer require --dev lion/test

License

The test is open-sourced software licensed under the MIT License.