mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
* fix: bug in Session_Transaction_Manager::pop_transaction_id fixed * chore: Linter and PHPStan compliance met * devops: tests updated * devops: WPBrowser upgraded to v4.x.x * devops: Some unit testing configurations updated * devops: WPBrowser updated and tests passing * chore: PHPStan and linter compliance met * devops: WP_CORE_DIR fixed * devops: More docker config changes * devops: CartMutationsTest updated * devops: CI env vars fixed * devops: More CI fixes * devops: More CI fixes * devops: More CI fixes * devop: Docker env removed * devops: Codeception configs updated * devops: configurations tweaked heavily
11 lines
227 B
YAML
11 lines
227 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit or integration tests that require WordPress functions and classes.
|
|
|
|
actor: WpunitTester
|
|
modules:
|
|
enabled:
|
|
- WPLoader
|
|
- \Helper\Wpunit
|
|
bootstrap: bootstrap.php
|