Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 15, 2023
2 parents 98ba7eb + 1b8af5a commit 0fdfedd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/lib/Backend/NetgenTagsBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ public function testGetSubItems(): void
self::assertContainsOnlyInstancesOf(Item::class, $items);

foreach ($items as $item) {
// Additional InstanceOf assertion to make PHPStan happy
self::assertInstanceOf(Item::class, $item);
self::assertSame(1, $item->getParentId());
}
}
Expand Down Expand Up @@ -238,8 +236,6 @@ public function testGetSubItemsWithOffsetAndLimit(): void
self::assertContainsOnlyInstancesOf(Item::class, $items);

foreach ($items as $item) {
// Additional InstanceOf assertion to make PHPStan happy
self::assertInstanceOf(Item::class, $item);
self::assertSame(1, $item->getParentId());
}
}
Expand Down

0 comments on commit 0fdfedd

Please sign in to comment.