Skip to content

Commit

Permalink
Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Sep 19, 2023
1 parent ccfbf9f commit e315226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Debug/Type/ArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ public function testRecursiveArray()
),
'firephp' => 'X-Wf-1-1-1-37: 56|[{"Type":"LOG"},{"foo":"bar","val":"array *RECURSION*"}]|',
'html' => static function ($strHtml) {
self::assertSelectEquals('.array-inner > li > .t_keyword', 'array', true, $strHtml);
self::assertSelectEquals('.array-inner > li > .t_recursion', '*RECURSION*', true, $strHtml);
self::assertSelectEquals('.array-inner > li > .t_array > .t_keyword', 'array', true, $strHtml);
self::assertSelectEquals('.array-inner > li > .t_array > .t_recursion', '*RECURSION*', true, $strHtml);
},
'script' => 'console.log({"foo":"bar","val":"array *RECURSION*"});',
'streamAnsi' => array('contains' => " \e[38;5;245m[\e[38;5;83mval\e[38;5;245m]\e[38;5;130m => \e[0m\e[38;5;45marray \e[38;5;196m*RECURSION*\e[0m"),
Expand Down

0 comments on commit e315226

Please sign in to comment.