Skip to content

Fix tests to account for pre-WP 6.4. #97

Fix tests to account for pre-WP 6.4.

Fix tests to account for pre-WP 6.4. #97

Triggered via push December 1, 2024 00:15
Status Success
Total duration 3m 3s
Artifacts

plugin-check.yml

on: push
Matrix: plugin-check
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
plugin_header_invalid_plugin_uri_domain: ai-services.php#L1
The "Plugin URI" header in the plugin file is not valid.
WordPress.DB.DirectDatabaseQuery.DirectQuery: tests/phpunit/tests/Plugin_Main_Tests.php#L313
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: tests/phpunit/tests/Plugin_Main_Tests.php#L313
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.NoCaching: tests/phpunit/tests/Services/Services_Loader_Tests.php#L265
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().