Query UI (QUI)

Component type

module

Maintenance status

Development status

Downloads

1641

Component created

Component changed

Query UI (QUI, pronounced Q-ee) is a report generation tool that utilizes Drupal's Dynamic Queries to build/execute queries.

At it's core, QUI is an interface for building queries. It allows users to build "reports" and view query results in a multitude of formats.

DB Perftest

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module's goal is simple: to offer some simple but robust tests to measure the performance of different ways of querying a database in Drupal. See compare db_query() and db_select() performance for more background and rationale.

I'm hoping this module and some other testing can help to give reproducible hard data to support arguments behind using (or not using) db_query() in certain circumstances.

Image styles mapping

Component type

module

Maintenance status

Development status

Downloads

2608

Component created

Component changed

This module allows you to have reports listing the image styles per image
fields and per view modes on all entities.

Additional reports will be provided if the recommended modules are enabled.

The report can be accessed at admin/reports/image_styles_mapping.

Requirements

This module requires the following module:

TUnit

Component type

module

Categories

Maintenance status

Development status

Downloads

421

Component created

Component changed

twistor's unit testing helpers.

8.x has PHPunit. 7.x does not.

TUnit is a collection of hacks to help unit testing for 7.x.

Just add this to your info file to begin using TUnit in your tests.
test_dependencies[] = tunit

You still need it installed locally to run tests locally.