DBTNG Simpletest

Component ID

1825990

Component name

DBTNG Simpletest

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module let you run a (trimmed) Drupal core database_test.test and schema.test with original version of SimpleTest framework in install-less style during database driver development.

Assume you are going to develop a new database driver for Drupal 7+ PDO database compatibility layer. You hope to run database_test.test and schema.test during development in order to ensure the code quality, but Drupal require you to first successfully install it (at least minimum profile) before running core simpletest cases... What a Chick or the egg dilemma! What can we do for it?

How it works

Installation