Skip to content

πŸ„β€β™‚οΈ Allows mocking final classes in PHP.

License

Notifications You must be signed in to change notification settings

tscni/mock-final-classes

Β 
Β 

Repository files navigation

Mock final classes example

Build Status Total Downloads Latest Version License

Created by, and is maintained by Nuno Maduro, and once installed it automatically allows mocking of final methods and classes.

πŸ’‘ Installation & Usage

Requires PHP 7.1+

First, install the package using Composer:

composer require --dev nunomaduro/mock-final-classes

That's it! You can now mock final methods and classes. πŸ„β€β™‚οΈ

🀯 How it works?

  1. First, we run the file autoload.php using Composer Autoload.
  2. Then, if you are running the command PHPUnit, we use the library dg/bypass-finals to remove final keywords from source code on-the-fly: https://github.com/nunomaduro/mock-final-classes/src/Runner.php#L31.

πŸ‘πŸ» Credits

Most of the work is done by the library dg/bypass-finals, so make sure you support the maintainer here: Donate. Thank you!


Mock Final Classes is an open-sourced software licensed under the MIT license.

About

πŸ„β€β™‚οΈ Allows mocking final classes in PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%