Skip to content

Commit

Permalink
fix: Add pages_tags cache to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuf committed Sep 19, 2024
1 parent 2385731 commit 4e15a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Functional/Frontend/AbstractProcessesMarkersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ abstract class AbstractProcessesMarkersTest extends FunctionalTestCase
'pages' => [
'backend' => Typo3DatabaseBackend::class,
],
// Set pages_tags cache database backend, testing-framework sets this to NullBackend by default.
'pages_tags' => [
'backend' => Typo3DatabaseBackend::class,
],
],
],
],
Expand Down

0 comments on commit 4e15a34

Please sign in to comment.