Skip to content

Commit

Permalink
[apigee#430] Remove dump call
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Jul 7, 2020
1 parent 78d8244 commit d070c19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function testDisplaySettings() {

// Using view mode.
$build = $entity_type_manager->getListBuilder(static::ENTITY_TYPE)->render();
dump($build);
static::assertSame('apigee_entity_list', $build['#type']);
static::assertSame('foo', $build['#view_mode']);
}
Expand Down

0 comments on commit d070c19

Please sign in to comment.