Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sorting issue with versioned test
  • Loading branch information
Damian Mooyman committed Mar 13, 2018
1 parent 72a23c2 commit 6f18e35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/php/VersionedDeletedVersionsTest/GalleryBlockItem.php
Expand Up @@ -24,6 +24,10 @@ class GalleryBlockItem extends DataObject implements TestOnly
'Title' => 'Varchar(255)',
];

private static $default_sort = [
'"VersionsDeletedVersionsTest_GalleryBlockItem"."Title" ASC',
];

private static $has_one = [
'GalleryBlock' => GalleryBlock::class,
];
Expand Down

0 comments on commit 6f18e35

Please sign in to comment.