|
|
@@ -733,7 +733,7 @@ EXPECTED;
|
|
|
Debugger::printVar($value, ['file' => __FILE__, 'line' => __LINE__], true);
|
|
|
$result = ob_get_clean();
|
|
|
$expectedHtml = <<<EXPECTED
|
|
|
-<div class="cake-debug-output">
|
|
|
+<div class="cake-debug-output" style="direction:ltr">
|
|
|
<span><strong>%s</strong> (line <strong>%d</strong>)</span>
|
|
|
<pre class="cake-debug">
|
|
|
'<div>this-is-a-test</div>'
|
|
|
@@ -747,7 +747,7 @@ EXPECTED;
|
|
|
Debugger::printVar('<div>this-is-a-test</div>', ['file' => __FILE__, 'line' => __LINE__], true);
|
|
|
$result = ob_get_clean();
|
|
|
$expected = <<<EXPECTED
|
|
|
-<div class="cake-debug-output">
|
|
|
+<div class="cake-debug-output" style="direction:ltr">
|
|
|
<span><strong>%s</strong> (line <strong>%d</strong>)</span>
|
|
|
<pre class="cake-debug">
|
|
|
'<div>this-is-a-test</div>'
|
|
|
@@ -761,7 +761,7 @@ EXPECTED;
|
|
|
Debugger::printVar('<div>this-is-a-test</div>', [], true);
|
|
|
$result = ob_get_clean();
|
|
|
$expected = <<<EXPECTED
|
|
|
-<div class="cake-debug-output">
|
|
|
+<div class="cake-debug-output" style="direction:ltr">
|
|
|
|
|
|
<pre class="cake-debug">
|
|
|
'<div>this-is-a-test</div>'
|
|
|
@@ -775,7 +775,7 @@ EXPECTED;
|
|
|
Debugger::printVar('<div>this-is-a-test</div>', ['file' => __FILE__, 'line' => __LINE__]);
|
|
|
$result = ob_get_clean();
|
|
|
$expectedHtml = <<<EXPECTED
|
|
|
-<div class="cake-debug-output">
|
|
|
+<div class="cake-debug-output" style="direction:ltr">
|
|
|
<span><strong>%s</strong> (line <strong>%d</strong>)</span>
|
|
|
<pre class="cake-debug">
|
|
|
'<div>this-is-a-test</div>'
|
|
|
@@ -800,7 +800,7 @@ EXPECTED;
|
|
|
Debugger::printVar('<div>this-is-a-test</div>');
|
|
|
$result = ob_get_clean();
|
|
|
$expectedHtml = <<<EXPECTED
|
|
|
-<div class="cake-debug-output">
|
|
|
+<div class="cake-debug-output" style="direction:ltr">
|
|
|
|
|
|
<pre class="cake-debug">
|
|
|
'<div>this-is-a-test</div>'
|