We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestCase
1 parent 8006353 commit 369096aCopy full SHA for 369096a
tests/lib/Persistence/Legacy/TestCase.php
@@ -324,6 +324,7 @@ protected function getTrashCriteriaConverterDependency(): CriteriaConverter
324
new CriterionHandler\ContentTypeId($connection),
325
new CriterionHandler\DateMetadata($connection),
326
new CriterionHandler\UserMetadata($connection),
327
+ new CriterionHandler\ContentName($connection),
328
]
329
);
330
}
0 commit comments