<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>phpunit</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/1069/feed"/>
    <updated>2026-05-01T14:22:28+00:00</updated>
    <id>https://links.biapy.com/guest/tags/1069/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12012</id>
            <title type="text"><![CDATA[dama/doctrine-test-bundle]]></title>
            <link rel="alternate" href="https://github.com/dmaicher/doctrine-test-bundle" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12012"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Symfony bundle to isolate your app&amp;#039;s doctrine database tests and improve the test performance.

This bundle provides features that help you run your Symfony-framework-based App&amp;#039;s testsuite more efficiently with isolated tests.

It provides a StaticDriver that will wrap your originally configured Driver class (like DBAL\Driver\PDOMysql\Driver) and keeps a database connection statically in the current php process.

Related contents:

- [Testing - Resetting the Database Automatically Before each Test @ Symfony documentation](https://symfony.com/doc/current/testing.html#resetting-the-database-automatically-before-each-test).
- [Speed-up database refreshing in PHPUnit tests @ Locastic](https://locastic.com/blog/speed-up-database-refreshing-in-phpunit-tests).]]>
            </summary>
            <updated>2026-03-05T06:49:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11644</id>
            <title type="text"><![CDATA[ParaTest]]></title>
            <link rel="alternate" href="https://github.com/paratestphp/paratest" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11644"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Parallel testing for PHPUnit.

The objective of ParaTest is to support parallel testing in PHPUnit. Provided you have well-written PHPUnit tests, you can drop paratest in your project and start using it with no additional bootstrap or configurations!

Related contents:

- [Unit Testing Best Practices in PHP — Writing High-Quality Tests @ Mariia Vain&amp;#039;s Medium](https://medium.com/@lycsona/unit-testing-best-practices-in-php-writing-high-quality-tests-860ed08a0d2).]]>
            </summary>
            <updated>2026-01-29T15:30:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11416</id>
            <title type="text"><![CDATA[roave/no-leaks]]></title>
            <link rel="alternate" href="https://github.com/Roave/no-leaks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11416"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚰 PHPUnit Plugin for detecting Memory Leaks in code and tests.

This library is a PHPUnit plugin that detects memory leaks in tested code or tests. It utilizes memory_get_usage() to make sure the code being executed properly cleans up after itself.]]>
            </summary>
            <updated>2026-01-08T11:27:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1188</id>
            <title type="text"><![CDATA[vfsStream]]></title>
            <link rel="alternate" href="https://github.com/bovigo/vfsStream" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1188"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.]]>
            </summary>
            <updated>2025-08-28T19:14:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4137</id>
            <title type="text"><![CDATA[dg/bypass-finals]]></title>
            <link rel="alternate" href="https://github.com/dg/bypass-finals" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4137"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[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 or Mockery.]]>
            </summary>
            <updated>2025-08-29T03:26:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4481</id>
            <title type="text"><![CDATA[Prophecy]]></title>
            <link rel="alternate" href="https://github.com/phpspec/prophecy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4481"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Highly opinionated mocking framework for PHP 5.3+.

Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. Though initially it was created to fulfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal effort.]]>
            </summary>
            <updated>2025-10-16T09:50:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4680</id>
            <title type="text"><![CDATA[Collision]]></title>
            <link rel="alternate" href="https://github.com/nunomaduro/collision" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4680"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[💥 Collision is a beautiful error reporting tool for command-line applications

Collision was created by, and is maintained by Nuno Maduro, and is a package designed to give you beautiful error reporting when interacting with your app through the command line.

- It&amp;#039;s included on Laravel, the most popular free, open-source PHP framework in the world.
- Built on top of the Whoops error handler.
- Supports Laravel, Symfony, PHPUnit, and many other frameworks.]]>
            </summary>
            <updated>2025-08-29T04:56:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4699</id>
            <title type="text"><![CDATA[PhpUnitGen]]></title>
            <link rel="alternate" href="https://phpunitgen.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4699"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PhpUnitGen is an online and command line tool to generate your unit tests&amp;#039; skeletons on your projects.

The tool is divided into three GitHub repositories.

-   [phpunitgen-core](https://github.com/paul-thebaud/phpunitgen-core), which contains the core of the tool&amp;#039;s features.
-   [phpunitgen-console](https://github.com/paul-thebaud/phpunitgen-console), which contains the command line interface.
-   [phpunitgen-webapp](https://github.com/paul-thebaud/phpunitgen-webapp), which contains the web application and the API.]]>
            </summary>
            <updated>2025-08-29T04:59:53+00:00</updated>
        </entry>
    </feed>
