backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 5 forks source link

Automated test issues #65

Open argiepiano opened 6 months ago

argiepiano commented 6 months ago

When opening the "Testing" page after enabling Testing, I'm seeing:

File modules/search_api/contrib/search_api_views/search_api_views.tests.info contains no testing classes. File modules/search_api/contrib/search_api_facetapi/search_api_facetapi.tests.info contains no testing classes. File modules/search_api/tests/search_api_test.tests.info contains no testing classes. File modules/search_api/tests/search_api_test_2.tests.info contains no testing classes.

PHP 8.1

laryn commented 6 months ago

@argiepiano I think automated tests are in bad shape on this module at the moment. I haven't had a chance to dig much deeper but these relate:

argiepiano commented 6 months ago

Thanks, @laryn. Those two links are different modules, though. It'd be good to try to fix the tests for this module. I'll try to take a look in the future.