Libraries tagged by run_unit_tests

tomasvotruba/fast-unit

1 Favers
18477 Downloads

Run a PHPUnit suite ~4x faster with a parallel, warm-process Go runner. Ships as prebuilt binaries; no Go toolchain required.

Go to Download


deminy/counit

12 Favers
15581 Downloads

To run time/IO related unit tests (e.g., sleep function calls, database queries, API calls, etc) faster using Swoole.

Go to Download


atk14/tester

0 Favers
26190 Downloads

PHPUnit wrapper that lets you run the same test suites across multiple PHPUnit and PHP versions without rewriting your tests

Go to Download


erikgaal/pest-plugin-sharding

2 Favers
612832 Downloads

Pest Plugin to split tests into multiple runs

Go to Download


10up/wp-codeception

103 Favers
4282 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.

Go to Download


visit-x/arc-phpunit

1 Favers
14563 Downloads

Arcanist util to run tests and generate code coverage reports for phpunit7 format.

Go to Download


crimsonkissaki/mockmaker

4 Favers
44 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.

Go to Download


valcuandrei/pest-e2e

23 Favers
38 Downloads

A Laravel-first package that runs JS-owned E2E and component tests from Pest without introducing a PHP browser DSL.

Go to Download


emaadali/pest-database-isolation-plugin

0 Favers
48 Downloads

Pest plugin for isolating Laravel parallel and concurrent test runs with Neon branches or local Postgres databases.

Go to Download


atoum/phpunit-extension

9 Favers
29 Downloads

atoum PHPUnit extension - Run your PHPUnit tests with atoum

Go to Download


tijmen-wierenga/laravel-mail-tester

0 Favers
196 Downloads

An extension to Laravel's TestCase which allows you to run unit tests on emails

Go to Download


jasonrgd/codeception-magento2-unit

0 Favers
2494 Downloads

A Codeception module to run unit tests with Composer for Magento 2.3.1 Enterprise

Go to Download


inventor96/fatfree-test-manager

2 Favers
39 Downloads

A lightweight class to run and report the results from unit tests using the Fat-Free Framework Test class.

Go to Download


verysimple/unit-test-printer

0 Favers
3594 Downloads

Formats PHPUnit output with verbose information about tests as they run.

Go to Download


tomkyle/find-run-test

0 Favers
1958 Downloads

Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem

Go to Download


Next >>