Skip to content

Commit 38fc47b

Browse files
authored
Merge pull request #924 from cakephp/4.x-fix-tests
4.x: fix ci
2 parents 7006678 + e119200 commit 38fc47b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/TestCase/DebugSqlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public function testSqlHtml()
7878
<div class="cake-debug-output">
7979
<span><strong>%s</strong> (line <strong>%d</strong>)</span>
8080
<pre class="cake-debug">
81-
SELECT
82-
panels.id AS %s
83-
FROM
81+
SELECT
82+
panels.id AS %s
83+
FROM
8484
panels panels
8585
</pre>
8686
</div>

0 commit comments

Comments
 (0)