pprkut / lunr.halo

Unit test helper classes for PHPUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lunr.Halo

build status codecov

Lunr.Halo is a set of PHPUnit helper libraries.

  • LunrBaseTest extends PHPUnit\Framework\TestCase and offers convenience methods to access class methods/properties using reflection as well as mocking functions/methods using uopz (PHP 7) and runkit (PHP 5).
  • CallbackMock is a Mock class to help test callbacks
  • FluidInterfaceMock is a Mock class to help test methods containing fluid interface calls.

Installation

  • Install Lunr.Halo with Composer or with your own installer.
  • Lunr.Halo follows the semantic versioning standards.

Community

Contributing

Lunr.Halo is an Open Source, community-driven project. Join by contributing code or documentation. To do that, make your changes and upload them to our reviewboard at reviews.lunr.nl

If you encounter any issues when using Lunr.Halo you can report them on github

About Us

Lunr.Halo development is spearheaded by Move.

About

Unit test helper classes for PHPUnit

License:MIT License


Languages

Language:PHP 94.7%Language:jq 2.7%Language:Shell 2.6%