Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Sep 30, 2024
1 parent 993c1cd commit d70e8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function testDefaultConfig(): void
'page_range' => 5,
'page_limit' => null,
'convert_exception' => false,
'remove_page_1_link' => false,
], $config);
}

Expand Down Expand Up @@ -78,6 +79,7 @@ public function testCustomConfig(): void
'page_range' => 15,
'page_limit' => 100,
'convert_exception' => true,
'remove_page_1_link' => false,
];
$config = $this->processor->processConfiguration($this->configuration, ['knp_paginator' => $expected]);

Expand Down

0 comments on commit d70e8f2

Please sign in to comment.