I've rebuilt the machine with the assistance of the testing_server_install.sh script. It's pretty hard-coded so that needs some work in the near future.
Now I'm getting some test fails, which I wasn't before hand, and a new exception:
Blog API functionality 30 passes, 2 fails, and 1 exception
Fatal error: Class 'FieldInstanceTestCase' not found in scripts/run-tests.sh on line 349
File paths and directories 23 passes, 3 fails, and 1 exception
Upload functionality 107 passes, 28 fails, and 4 exceptions
Role permissions 40 passes, 1 fail, and 0 exceptions
Upload user picture 67 passes, 4 fails, and 0 exceptions
A quick search through Drupal reveals
grep FieldInstance -R *
modules/field/field.test:class FieldInstanceCrudTestCase extends DrupalWebTestCase {
Doh!
Comments
Post new comment