π¨π¦Canada djdemonNet
There is a small change for PHP 8.3
π¨π¦Canada djdemonNet
π¨π¦Canada djdemonNet
djdemonNet β created an issue.
π¨π¦Canada djdemonNet
So, to easily solve it possible with CSS:
.divTable {
display: table;
width: 100%;
}
.divTableBody {
display: table-row-group;
}
.divTableRow {
display: table-row;
}
.divTableCell,
.divTableHead {
display: table-cell;
}
<div class="divTable">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell">Asistentes</div>
<div class="divTableCell">Cosistentes</div>
</div>
<div class="divTableRow">
<div class="divTableCell">1</div>
<div class="divTableCell">2</div>
<div class="divTableCell">3</div>
</div>
</div>
</div>
π¨π¦Canada djdemonNet
The same issue with all HTML markup.
π¨π¦Canada djdemonNet
I have the same case. The problem with the DB prefix is that it doesn't exist in the query.
π¨π¦Canada djdemonNet
I created a MR to fix an additional issue name of the test class. To run the test on D10 and the name class must be "Test", but not "Tests".
π¨π¦Canada djdemonNet
djdemonNet β made their first commit to this issueβs fork.