Installing...
Running as single site... To run multisite, use -c tests/phpunit/multisite.xml
Not running ajax tests. To execute these, use --group ajax.
Not running ms-files tests. To execute these, use --group ms-files.
Not running external-http tests. To execute these, use --group external-http.
<div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Table 'wordpress_test.wptests_wc_webhooks' doesn't exist]<br /><code>SELECT webhook_id
FROM wptests_wc_webhooks
WHERE 1=1
AND `status` = 'active'
PHPUnit Test Results
Click to expand full report
```
Installing...
Running as single site... To run multisite, use -c tests/phpunit/multisite.xml
Not running ajax tests. To execute these, use --group ajax.
Not running ms-files tests. To execute these, use --group ms-files.
Not running external-http tests. To execute these, use --group external-http.
WordPress database error: [Table 'wordpress_test.wptests_wc_webhooks' doesn't exist] SELECT webhook_id
FROM wptests_wc_webhooks
WHERE 1=1
AND `status` = 'active'
ORDER BY webhook_id DESC
PHPUnit 9.6.20 by Sebastian Bergmann and contributors.
Runtime: PHP 7.4.33
Configuration: phpunit.xml
Test 'Test_MMG_Checkout_Payment_Confirmation::test_handle_payment_confirmation' started
Test 'Test_MMG_Checkout_Payment_Confirmation::test_handle_payment_confirmation' ended
Test 'Test_MMG_Checkout_Payment::test_generate_checkout_url' started
{"success":false,"data":"Error generating checkout URL: Invalid security token"}
```
PHPUnit Test Summary
PHPUnit Test Results
Click to expand full report
``` Installing... Running as single site... To run multisite, use -c tests/phpunit/multisite.xml Not running ajax tests. To execute these, use --group ajax. Not running ms-files tests. To execute these, use --group ms-files. Not running external-http tests. To execute these, use --group external-http.WordPress database error: [Table 'wordpress_test.wptests_wc_webhooks' doesn't exist]
SELECT webhook_id FROM wptests_wc_webhooks WHERE 1=1 AND `status` = 'active' ORDER BY webhook_id DESC