Skip to content

Commit 6b356b9

Browse files
committed
fix tests
1 parent 85d8d9c commit 6b356b9

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

tests/package/generic/003.phpt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,29 +191,29 @@ Content:
191191
<td rowspan="2" style="vertical-align: middle;">
192192
<ul class="itemizedlist">
193193
<li class="listitem">
194-
<span class="simpara">
194+
<p class="simpara">
195195
Returns 0 if parentheses surround the quantity and currency_symbol.
196-
</span>
196+
</p>
197197
</li>
198198
<li class="listitem">
199-
<span class="simpara">
199+
<p class="simpara">
200200
Returns 1 if the sign string precedes the quantity and currency_symbol.
201-
</span>
201+
</p>
202202
</li>
203203
<li class="listitem">
204-
<span class="simpara">
204+
<p class="simpara">
205205
Returns 2 if the sign string follows the quantity and currency_symbol.
206-
</span>
206+
</p>
207207
</li>
208208
<li class="listitem">
209-
<span class="simpara">
209+
<p class="simpara">
210210
Returns 3 if the sign string immediately precedes the currency_symbol.
211-
</span>
211+
</p>
212212
</li>
213213
<li class="listitem">
214-
<span class="simpara">
214+
<p class="simpara">
215215
Returns 4 if the sign string immediately follows the currency_symbol.
216-
</span>
216+
</p>
217217
</li>
218218
</ul>
219219
</td>

tests/package/php/class_rendering_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Content:
116116

117117
<dt id="classname.constants.first-constant"><strong><code>ClassName::FIRST_CONSTANT</code></strong></dt>
118118
<dd>
119-
<span class="simpara">
119+
<p class="simpara">
120120
The description of the class constant.
121-
</span>
121+
</p>
122122
</dd>
123123

124124
</dl>

tests/package/php/class_rendering_002.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Content:
116116

117117
<dt id="classname.constants.first-constant"><strong><code>ClassName::FIRST_CONSTANT</code></strong></dt>
118118
<dd>
119-
<span class="simpara">
119+
<p class="simpara">
120120
The description of the class constant.
121-
</span>
121+
</p>
122122
</dd>
123123

124124
</dl>

tests/package/php/variablelist_rendering_001.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Content:
2626

2727
<dt id="constant.variablelist-test-constant"><strong><code>VARIABLELIST_TEST_CONSTANT</code></strong></dt>
2828
<dd>
29-
<span class="simpara">
29+
<p class="simpara">
3030
Description of constant
31-
</span>
31+
</p>
3232
</dd>
3333

3434
</dl>
@@ -44,17 +44,17 @@ Content:
4444
<tr>
4545
<td id="constant.variablelist-test-constant-in-constant-list"><strong><code>VARIABLELIST_TEST_CONSTANT_IN_CONSTANT_LIST</code></strong></td>
4646
<td>
47-
<span class="simpara">
47+
<p class="simpara">
4848
<code class="literal">literal</code> will add its own &quot;role&quot;
49-
</span>
49+
</p>
5050
</td>
5151
</tr>
5252
<tr>
5353
<td id="constant.variablelist-test-constant-in-constant-list2"><strong><code>VARIABLELIST_TEST_CONSTANT_IN_CONSTANT_LIST2</code></strong></td>
5454
<td>
55-
<span class="simpara">
55+
<p class="simpara">
5656
Role should have not been overwritten by literal
57-
</span>
57+
</p>
5858
</td>
5959
</tr>
6060
</table>

0 commit comments

Comments
 (0)