{"id":87284,"library":"dms-phpunit-arraysubset-asserts","title":"PHPUnit ArraySubset Asserts","description":"This package provides ArraySubset and related asserts once deprecated in PHPUnit 8","status":"active","version":"0.5.0","language":"php","source_language":null,"source_url":"https://github.com/rdohms/phpunit-arraysubset-asserts","tags":["phpunit","testing","array","assertion"],"install":[{"cmd":"composer require dms/phpunit-arraysubset-asserts","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ArraySubsetAsserts","correct":"use DMS\\PHPUnitExtensions\\ArraySubset\\ArraySubsetAsserts;"}],"quickstart":{"code":"use DMS\\PHPUnitExtensions\\ArraySubset\\ArraySubsetAsserts;\n\nclass MyTest extends \\PHPUnit\\Framework\\TestCase\n{\n    use ArraySubsetAsserts;\n\n    public function testArraySubset()\n    {\n        $this->assertArraySubset(['key' => 'value'], ['key' => 'value', 'extra' => 1]);\n    }\n}","lang":"php","description":"Use the ArraySubset assertion trait in a PHPUnit test"},"warnings":[{"fix":"Use native assertArraySubset in PHPUnit 9+ or migrate to other assertions","message":"Only works with PHPUnit 8+; deprecated in PHPUnit 9+","severity":"breaking","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'8':15 'array':18 'arraysubset':2,7 'assert':3,10,19 'deprec':12 'packag':5 'phpunit':1,14,16 'provid':6 'relat':9 'test':17","created_at":"2026-06-19T08:15:57.291396+00:00","updated_at":"2026-06-19T08:15:57.291396+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rdohms/phpunit-arraysubset-asserts","github":"https://github.com/rdohms/phpunit-arraysubset-asserts","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}