Libraries tagged by runkit
brain/monkey
7267698 Downloads
Mocking utility for PHP functions and WordPress plugin API
antecedent/patchwork
12108182 Downloads
Method redefinition (monkey-patching) functionality for PHP.
brain/faker
60209 Downloads
Faker (phpfaker/faker) for WordPress via Brain Monkey
badoo/soft-mocks
30017 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
leoloso/faker
91168 Downloads
Fork for PoP of: Faker (fzaninotto/faker) for WordPress via Brain Monkey
stevegrunwell/runkit7-installer
76305 Downloads
Installer for PHP's runkit and runkit7 extensions
herrera-io/runkit-hint
32049 Downloads
A code hint file for the runkit extension.
qratorlabs/smocky
5079 Downloads
Mocking library based on runkit
tcz/phpunit-mockfunction
50231 Downloads
PHPUnit extension that uses runkit to mock PHP functions (both user-defined and system)
oncesk/runkit
2813 Downloads
Realtime php class and structure modification
lancerhe/phpunit-mock
16869 Downloads
PHPUnit extension to Mock PHP internal functions using Runkit.
tanatoss/runkit
3450 Downloads
realtime code modification
webxid/phpunitsandbox
2 Downloads
This package helps to make a mockups for unit-testing
qubit05/phpunit-mockfunction
34 Downloads
PHPUnit extension to Mock PHP internal functions using Runkit.
chazmuzz/php-mocked-functions
1 Downloads
Uses ext-runkit to mock, stub and set expectations on used-defined functions