diff --git a/eZ/Publish/Core/Persistence/Legacy/Tests/Content/Gateway/DoctrineDatabaseTest.php b/eZ/Publish/Core/Persistence/Legacy/Tests/Content/Gateway/DoctrineDatabaseTest.php index 0951741d31..fadbdcfc49 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Tests/Content/Gateway/DoctrineDatabaseTest.php +++ b/eZ/Publish/Core/Persistence/Legacy/Tests/Content/Gateway/DoctrineDatabaseTest.php @@ -2132,7 +2132,7 @@ public function testLoadVersionInfoList(): void $results = $gateway->loadVersionInfoList([11]); - $orig = include_once __DIR__ . '/../_fixtures/extract_version_info_from_rows_multiple_versions.php'; + $orig = include __DIR__ . '/../_fixtures/extract_version_info_from_rows_multiple_versions.php'; $this->assertEquals( [$orig[1]],