phpmyadmin/tests/unit/Controllers/Database/Fixtures/DataDictionary-testController.html
Maurício Meneghini Fauth 809acdfae6
Add unit test for Database\DataDictionaryController
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2026-02-27 11:14:16 -03:00

108 lines
3.5 KiB
HTML

<div class="container-fluid">
<h1>test_db</h1>
<p class="d-print-none">
<button type="button" class="btn btn-secondary jsPrintButton"><span class="text-nowrap"><img src="themes/dot.gif" title="Print" alt="Print" class="icon ic_b_print">&nbsp;Print</span></button>
</p>
<div>
<div>
<h2>test_table</h2>
<table class="table table-striped align-middle">
<thead>
<tr>
<th>Column</th>
<th>Type</th>
<th>Null</th>
<th>Default</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-nowrap">
id
<em>(Primary)</em>
</td>
<td lang="en" dir="ltr" class="text-nowrap">
int(11)
</td>
<td>No</td>
<td class="text-nowrap">
NULL
</td>
<td></td>
</tr>
<tr>
<td class="text-nowrap">
name
</td>
<td lang="en" dir="ltr" class="text-nowrap">
varchar(20)
</td>
<td>No</td>
<td class="text-nowrap">
NULL
</td>
<td></td>
</tr>
<tr>
<td class="text-nowrap">
datetimefield
</td>
<td lang="en" dir="ltr" class="text-nowrap">
datetime
</td>
<td>No</td>
<td class="text-nowrap">
NULL
</td>
<td></td>
</tr>
</tbody>
</table>
<h3>Indexes</h3>
<table class="table table-striped align-middle">
<thead>
<tr>
<th>Keyname</th>
<th>Type</th>
<th>Unique</th>
<th>Packed</th>
<th>Column</th>
<th>Cardinality</th>
<th>Collation</th>
<th>Null</th>
<th>Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1">PRIMARY</td>
<td rowspan="1">PRIMARY</td>
<td rowspan="1">Yes</td>
<td rowspan="1">No</td>
<td>
id
</td>
<td></td>
<td></td>
<td>No</td>
<td rowspan="1"></td>
</tr>
</tbody>
</table>
</div>
</div>
<p class="d-print-none">
<button type="button" class="btn btn-secondary jsPrintButton"><span class="text-nowrap"><img src="themes/dot.gif" title="Print" alt="Print" class="icon ic_b_print">&nbsp;Print</span></button>
</p>
</div>