phpunit-memory-usage
Report high memory usage PHPUnit tests: Managed by opg-org-infra & Terraform
Configuration
Add into the phpunit.xml extensions section
"><extensions> <extension class="MinistryOfJustice\PHPUnit\MemoryUsageHook"/> extensions>
Report high memory usage PHPUnit tests: Managed by opg-org-infra & Terraform
Add into the phpunit.xml extensions section
"><extensions> <extension class="MinistryOfJustice\PHPUnit\MemoryUsageHook"/> extensions>
There are optional arguments to set the maximum allowed memory threshold and whether to display a running total of usage after each test
<extensions>
<extension class="MinistryOfJustice\PHPUnit\MemoryUsageHook">
<arguments>
<integer>500000integer>
<boolean>trueboolean>
arguments>
extension>
extensions>
Laravel PHP Framework URL | URI | Action |
PHPUnit Application Architecture Test Idea: write architecture tests as well as feature and unit tests Installation Install via composer composer requ
PestConverter PestConverter is a PHP library for converting PHPUnit tests to Pest tests. Before use Before using this converter, make sure your files
EE Unit Tests EE Unit Tests is an Add-on for ExpressionEngine that allows developers to execute unit tests from the Command Line. EE Unit Tests uses P
Steward: easy and robust testing with Selenium WebDriver + PHPUnit Steward is a set of libraries made to simplify writing and running robust functiona
This extension is no longer maintained DbUnit PHPUnit extension for database interaction testing. Installation Composer If you use Composer to manage
PoP Translation - Mock Mock implementation of the Translation package, for testing with PHPUnit Install Via Composer composer require getpop/translati
Magento PHPUnit Integration Magento is a quite complex platform without built in unit test suite, so the code is not oriented on running tests over it
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!
Fix src namespace
Source code(tar.gz)Report high memory usage PHPUnit tests: Managed by opg-org-infra & Terraform
Source code(tar.gz)Qase TMS PHPUnit reporter Publish results simple and easy. How to integrate composer require qase/phpunit-reporter Example of usage The PHPUnit report
Mockery Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its c
vfsStream 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
Satisfy the Type APIs for the WordPress schema when running PHPUnit tests
Analyses and produces a report with testability issues of a php codebase
AspectMock AspectMock is not an ordinary PHP mocking framework. With the power of Aspect Oriented programming and the awesome Go-AOP library, AspectMo
Mockery Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its c
ParaTest The objective of ParaTest is to support parallel testing in PHPUnit. Provided you have well-written PHPUnit tests, you can drop paratest in y
Rector Rules for PHPUnit See available PHPUnit rules Install composer require rector/rector-phpunit Use Sets To add a set to your config, use Rector\P
This repository contains the Pest Plugin Mock. The Mocking API can be used in regular PHPUnit projects. For that, you just have to run the following c