Libraries tagged by run_unit_tests
erikgaal/pest-plugin-sharding
91746 Downloads
Pest Plugin to split tests into multiple runs
deminy/counit
9437 Downloads
To run time/IO related unit tests (e.g., sleep function calls, database queries, API calls, etc) faster using Swoole.
visit-x/arc-phpunit
10918 Downloads
Arcanist util to run tests and generate code coverage reports for phpunit7 format.
atk14/tester
12257 Downloads
Easier way to run unit tests written in PHPUnit
tomkyle/find-run-test
248 Downloads
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
10up/wp-codeception
4213 Downloads
The WordPress Plugin which integrates with the Codeception PHP testing framework and allows you to write and run Codeception tests for WordPress via WP CLI.
crimsonkissaki/mockmaker
41 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
andrewgatenby/snapmigrations
7295 Downloads
Generates an SQL dump of your migrated (and seeded) database to save time re-running Migrations when running Integration and Acceptance Tests in a Lumen environment.
atoum/autoloop-extension
11960 Downloads
Automatically run atoum's loop mode on file change
atoum/phpunit-extension
29 Downloads
atoum PHPUnit extension - Run your PHPUnit tests with atoum
tijmen-wierenga/laravel-mail-tester
191 Downloads
An extension to Laravel's TestCase which allows you to run unit tests on emails
jasonrgd/codeception-magento2-unit
2494 Downloads
A Codeception module to run unit tests with Composer for Magento 2.3.1 Enterprise
inventor96/fatfree-test-manager
32 Downloads
A lightweight class to run and report the results from unit tests using the Fat-Free Framework Test class.
verysimple/unit-test-printer
3592 Downloads
Formats PHPUnit output with verbose information about tests as they run.
minidfx/owncloud-interfaces
52 Downloads
Contains interfaces and constants of ownCloud version 8. Package very useful for mocking ownCloud dependencies in unit tests without a complete ownCloud installation and you can run your unit tests on a hosted continuous integration service.