diff --git a/composer.json b/composer.json index 26ce502..24b6a70 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "pantheon-systems/pantheon-wp-coding-standards": "^2.0", "phpunit/phpunit": "^9", "yoast/phpunit-polyfills": "^2.0", - "symfony/yaml": "^5.4 || ^6" + "symfony/yaml": "^5.4 || ^6", + "pantheon-systems/wpunit-helpers": "^2.0" }, "autoload-dev": { "psr-4": { @@ -42,7 +43,8 @@ }, "config": { "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true + "dealerdirect/phpcodesniffer-composer-installer": true, + "pantheon-systems/wpunit-helpers": true } } } diff --git a/composer.lock b/composer.lock index 1846032..71c70b7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "495907a95f131d852721af5a9bdc4055", + "content-hash": "de689e2c52cd4cb88935f7b1e0598113", "packages": [], "packages-dev": [ { @@ -1264,6 +1264,52 @@ "description": "PHPCS Rulesets for WordPress projects on Pantheon.", "time": "2023-09-12T17:25:08+00:00" }, + { + "name": "pantheon-systems/wpunit-helpers", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/pantheon-systems/wpunit-helpers.git", + "reference": "4663809a3dd9bffdd98169afcb6c31e8f6aab91c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pantheon-systems/wpunit-helpers/zipball/4663809a3dd9bffdd98169afcb6c31e8f6aab91c", + "reference": "4663809a3dd9bffdd98169afcb6c31e8f6aab91c", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.0" + }, + "require-dev": { + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "composer-plugin", + "extra": { + "class": "Pantheon\\WPUnitHelpers\\Plugin" + }, + "autoload": { + "psr-4": { + "Pantheon\\WPUnitHelpers\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pantheon", + "email": "noreply@pantheon.io" + } + ], + "description": "Unified scripts for installing and running automated WP Unit Tests.", + "support": { + "issues": "https://github.com/pantheon-systems/wpunit-helpers/issues", + "source": "https://github.com/pantheon-systems/wpunit-helpers/tree/v2.0.1" + }, + "time": "2024-08-28T17:02:11+00:00" + }, { "name": "phar-io/manifest", "version": "2.0.3",