< Extension:MWUnit

Fields

article_id

The article ID of the page the test is on.

test_group

The group the test is in.

test_name

The name of the test.

covers

The value of the optional "covers" annotation.

Schema

mysql> DESCRIBE mwunit_tests;
+------------+------------------+------+-----+---------+-------+
| Field      | Type             | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------+-------+
| article_id | int(10) unsigned | NO   | PRI | NULL    |       |
| test_group | varchar(255)     | NO   |     | NULL    |       |
| test_name  | varchar(255)     | NO   | PRI | NULL    |       |
| covers     | varchar(255)     | YES  |     | NULL    |       |
+------------+------------------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.