Skip to content
Snippets Groups Projects
Commit ada2d7a1 authored by Joachim Noreiko's avatar Joachim Noreiko
Browse files

Issue #3412825: Automated Drupal 10 compatibility fixes.

parent edd5a4a2
Branches 11.0.x
No related merge requests found
......@@ -36,6 +36,7 @@ class EntityPagerAnalyzerTest extends UnitTestCase {
* {@inheritdoc}
*/
protected function setUp(): void {
parent::setUp();
$this->entityPager = $this->createMock(EntityPagerInterface::class);
for ($i = 0; $i < random_int(3, 6); $i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment