SerendipityHQ/SHQ_PHPUnit_Helper

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "serendipity_hq/phpunit_helper",
    "license": "MIT",
    "type": "library",
    "description": "PHPUnit helper to manage tested resource, mocked objects and test values.",
    "keywords": ["phpunit"],
    "homepage": "https://github.com/SerendipityHQ/SHQ_PHPUnit_Helper",
    "authors": [
        {
            "name": "Adamo crespi",
            "email": "hello@aerendir.me"
        }
    ],
    "autoload": {
        "psr-4": {
            "SerendipityHQ\\Library\\PHPUnit_Helper\\": "src/"
        }
    },
    "require": {
        "php": "^7.4|^8.0",
        "symfony/property-access": "^4.4|^5.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^8"
    }
}