backdrop-contrib / google_cse

Google CSE module for Backdrop CMS
GNU General Public License v2.0
1 stars 1 forks source link

Automated tests don't work #4

Open bugfolder opened 1 year ago

bugfolder commented 1 year ago

There are at least two problems with the automated tests:

  1. File google_cs.tests.info has file = tests/google_cse.test, which should be file = google_cse.test.
  2. File google_cse.test uses class DrupalWebTestCase, should be BackdropWebTestCase.

Even with those two fixed, the tests fail. I'll start a PR to look into the additional failures.

bugfolder commented 1 year ago

Just a note that the current PR is WIP; it doesn't yet fix all failing tests.