Skip to content

Commit b4259d4

Browse files
authored
Removed tests
1 parent 0617385 commit b4259d4

File tree

7 files changed

+1
-226
lines changed

7 files changed

+1
-226
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Added full plugin header information including plugin URI and License URI
1313
- Created .wordpress-version-checker.json configuration for WordPress compatibility checking
1414
- Enabled automatic PR creation for WordPress compatibility updates with "automated" and "documentation" labels
15-
- Added WordPress Plugin Integration Test workflow using holyhope/[email protected]
16-
- Implemented testing matrix for PHP versions 7.4-8.2 and WordPress versions 5.9-latest
17-
- Fixed action parameters using the correct input names: php_version, wordpress_version, plugin_slug
18-
- Added automated PR labeling with "automated", "documentation", and "plugin update" tags
19-
- Set up proper GitHub permissions for integration test workflow
20-
- Created test infrastructure with PHPUnit Polyfills for cross-version compatibility
21-
- Added basic plugin loading tests and WordPress environment configuration
22-
- Fixed PHPMailer availability issues for WordPress tests
23-
- Added preparatory steps to ensure holyhope action works correctly
24-
- Resolved SHA-256 verification issues with direct WordPress core download
15+
- Added automated PR creation for WordPress compatibility updates with "automated" and "documentation" labels
2516

2617
## [1.5.4] - 2025-05-04
2718
### Changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,7 @@ This repository uses the [WordPress Version Checker](https://github.com/skaut/wo
103103

104104
This ensures our plugin stays up-to-date with the latest WordPress versions without manual intervention.
105105

106-
### Integration Testing
107106

108-
The plugin is automatically tested using [WordPress Plugin Integration Test](https://github.com/marketplace/actions/wordpress-plugin-integration-test) GitHub Action. Our test matrix includes:
109-
110-
- PHP versions: 7.4, 8.0, 8.1, 8.2
111-
- WordPress versions: latest, 6.3, 6.2, 6.1, 6.0, 5.9
112-
113-
This ensures compatibility across a wide range of environment configurations and helps catch issues early in the development process.
114107

115108
## Contributing
116109

phpunit.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/bootstrap.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/test-plugin-loading.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/wp-config.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)