Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Jul 24, 2019
1 parent 3f6caf3 commit 780ce93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Configuration/EmbeddedListViewConfigPassTest.php
Expand Up @@ -29,17 +29,20 @@ public function testOpenNewTabOption()
'entities' => [
'NotSetEntity' => [
'embeddedList' => [
'template' => '@EasyAdminExtension/default/embedded_list.html.twig',
'open_new_tab' => true,
],
],
'SetTrueEntity' => [
'embeddedList' => [
'open_new_tab' => true,
'template' => '@EasyAdminExtension/default/embedded_list.html.twig',
],
],
'SetFalseEntity' => [
'embeddedList' => [
'open_new_tab' => false,
'template' => '@EasyAdminExtension/default/embedded_list.html.twig',
],
],
],
Expand Down

0 comments on commit 780ce93

Please sign in to comment.