upskill-event-manager/wordpress-dev/wordpress/wp-content
bengizmo 0bcae8792c fix(tests): Resolve Task 4.7 integration test issues & UMB
- Debugged and resolved failures/skips in integration tests for Task 4.7 (Create/Modify Event Pages). The root cause was incorrect loading and initialization assumptions regarding The Events Calendar Community Events (TEC CE) within the PHPUnit environment.
- Corrected TEC CE loading in `tests/bootstrap.php` by:
    - Fixing the plugin filename (`tribe-community-events.php`).
    - Changing the loading hook from `muplugins_loaded` to `plugins_loaded`.
- Refactored `test-event-management-integration.php`:
    - Moved TEC CE availability checks from `wpSetUpBeforeClass` to `set_up` to avoid premature checks.
    - Removed skip logic based on incorrect assumptions about TEC CE's `$form_handler` property.
- Refactored `class-event-handler.php`:
    - Removed incorrect conditional delegation logic attempting to call a non-existent TEC CE method.
    - Fixed a PHP syntax error (missing closing brace) introduced during previous edits.
- Integration tests for Task 4.7 (`Event_Management_Integration_Test`) now pass successfully.
2025-04-02 07:02:06 -03:00
..
astra-local-fonts feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
breeze-config feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
plugins fix(tests): Resolve Task 4.7 integration test issues & UMB 2025-04-02 07:02:06 -03:00
themes feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
uploads feat(registration): Implement form, E2E tests, and debug processing 2025-03-30 22:20:40 -03:00
index.php feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
object-cache.php.back feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00