Skip to content

Commit

Permalink
OEL-1618: Fix heading changes tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed May 20, 2022
1 parent 86d49b5 commit 0c0aed3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/Functional/ContentEventRenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ public function testEventPage(): void {
trim($content_banner->filter('.oe-sc-event__oe-summary')->text())
);

ini_set('xdebug.var_display_max_depth', '10');
ini_set('xdebug.var_display_max_children', '256');
ini_set('xdebug.var_display_max_data', '100024');
var_dump($crawler->filter('body')->html());

// Assert in-page navigation title.
$this->assertEquals(
'Page content',
Expand Down

0 comments on commit 0c0aed3

Please sign in to comment.