Skip to content

Commit

Permalink
[TASK] enable passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Oct 23, 2023
1 parent 10cfb8a commit 6d4348a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
3 changes: 1 addition & 2 deletions tests/Functional/tests/pull-quote/pull-quote.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SKIP Pull quotes are not supported yet
<blockquote>
<blockquote class="pull-quote">
<p>&quot;On the web, however, most of us scan information, jumping
from one point of interest to the next, hoping to trip over
some relevant facts. In fact, according to a study by the Norman
Expand Down
48 changes: 24 additions & 24 deletions tests/Functional/tests/versions/versions.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
SKIP version hints are rendered as definition lists
<div class="card card-versionadded">
<div class="card-header"> New in version 10.2 </div>
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a
<a href="https://www.php-fig.org/psr/psr-14/">PSR-14</a> based
<strong>event</strong> dispatching system.</p>
<div class="versionchange versionadded">
<p class="versionmodified">New in version 10.2</p>
<article>
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a
<a href="https://www.php-fig.org/psr/psr-14/">PSR-14</a> based
<strong>event</strong> dispatching system.</p>
</article>
</div>
<div class="card card-deprecated">
<div class="card-header"> Deprecated since version 10.2 </div>
<p>The hook shown here is deprecated since TYPO3 10.2 - use a custom
<div class="versionchange deprecated">
<p class="versionmodified">Deprecated since version 10.2</p>
<article>
<p>The hook shown here is deprecated since TYPO3 10.2 - use a custom
PSR-15 middleware instead.</p>
</article>
</div>
<div class="card card-deprecated">
<div class="card-header"> Changed in version 10.4.34 </div>
<p>The bug ... was <strong>fixed</strong> with version 10.4.23 ...</p>
<div class="versionchange versionchanged">
<p class="versionmodified">Changed in version 10.4.34</p>
<article>
<p>The bug ... was <strong>fixed</strong> with version 10.4.23 ...</p>
</article>
</div>
<div class="alert tip-admonition bg-success text-light border ">
<table width="100%">
<tr>
<td width="10" class="align-top" title="Tip"><i class="fas fa-question-circle mr-2"></i></td>
<td>
<div class="card card-versionadded">
<div class="card-header"> New in version 10.2 </div>
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a PSR-14 based
<div class="admonition tip">
<div class="versionchange versionadded">
<p class="versionmodified">New in version 10.2</p>
<article>
<p>Starting with TYPO3 10.2 hooks and signals have been replaced by a PSR-14 based
event dispatching system.</p>
</div>
</td>
</tr>
</table>
</article>
</div>
</div>
4 changes: 2 additions & 2 deletions tests/Functional/tests/versions/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

.. deprecated:: 10.2
The hook shown here is deprecated since TYPO3 10.2 - use a custom
:ref:`PSR-15 middleware<request-handling>` instead.
PSR-15 middleware instead.

.. versionchanged:: 10.4.34
The bug ... was **fixed** with version 10.4.23 ...

.. tip::
.. versionadded:: 10.2
Starting with TYPO3 10.2 hooks and signals have been replaced by a PSR-14 based
event dispatching system.
event dispatching system.

0 comments on commit 6d4348a

Please sign in to comment.