Skip to content

Commit

Permalink
readme: added jumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 16, 2024
1 parent 8ece583 commit d8046bb
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Bypass Finals
=============
![bypass-finals](https://github.com/dg/bypass-finals/assets/194960/82609c5f-a973-47ff-895e-7cc9aaaf1c91)

[![Downloads this Month](https://img.shields.io/packagist/dm/dg/bypass-finals.svg)](https://packagist.org/packages/dg/bypass-finals)
[![Tests](https://github.com/dg/bypass-finals/workflows/Tests/badge.svg?branch=master)](https://github.com/dg/bypass-finals/actions)
[![Latest Stable Version](https://poser.pugx.org/dg/bypass-finals/v/stable)](https://github.com/dg/bypass-finals/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/dg/bypass-finals/blob/master/license.md)

 <!---->

Introduction
------------

Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes.
It can be used together with any test tool such as PHPUnit, Mockery or [Nette Tester](https://tester.nette.org).

 <!---->

Installation
------------
Expand All @@ -25,6 +26,7 @@ composer require dg/bypass-finals --dev

It requires PHP version 7.1 and supports PHP up to 8.3.

 <!---->

Usage
-----
Expand Down Expand Up @@ -70,6 +72,24 @@ To register BypassFinals in PHPUnit 10, simply add the extension to the PHPUnit
</extensions>
```

 <!---->

Do you like this project?
---------

I have created many other interesting projects that you simply must check out:

<h3>

[Latte](https://latte.nette.org): the only safe and intuitive templating system for PHP<br>
[Tracy](https://tracy.nette.org): the addictive Tracy debugging tool<br>
[PhpGenerator](https://doc.nette.org/en/php-generator): a library that generates PHP code with all the fancy features<br>
[Nette Framework](https://nette.org): a well-thought-out and popular web framework<br>

</h3>

 <!---->

Support Project
---------------

Expand Down

0 comments on commit d8046bb

Please sign in to comment.