Jump to content

Extension:MWUnit/mwunit tests table

From mediawiki.org

Fields

[edit]

article_id

[edit]

The article ID of the page the test is on.

test_group

[edit]

The group the test is in.

test_name

[edit]

The name of the test.

covers

[edit]

The value of the optional "covers" annotation.

Schema

[edit]
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    |       |
+------------+------------------+------+-----+---------+-------+