Skip to content

Commit

Permalink
[TEST] Fix SingleDatabaseRepositoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Feb 3, 2025
1 parent d130222 commit 68c90ff
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function testFindByPropertyWithJoinReturnsJoinedRows(): void
'mmtbl' => [
'uid_local' => 1,
'uid_foreign' => 77,
'sorting' => 0,
'sorting' => 3,
'sorting_foreign' => 1,
'tablenames' => "pages",
'fieldname' => "categories",
Expand All @@ -68,8 +68,7 @@ public function testFindByPropertyWithJoinReturnsJoinedRows(): void
'description' => "",
'sys_language_uid' => 0,
'l10n_parent' => 0,
'l10n_state' => '"NULL"',
't3_origuid' => 0,
'l10n_state' => null,
'l10n_diffsource' => "",
't3ver_oid' => 0,
't3ver_wsid' => 0,
Expand All @@ -78,7 +77,6 @@ public function testFindByPropertyWithJoinReturnsJoinedRows(): void
'title' => '"Category 1"',
'items' => 0,
'parent' => 0,
'fe_group' => "0",
'images' => 0,
'single_pid' => 0,
'shortcut' => 0,
Expand Down Expand Up @@ -113,8 +111,7 @@ public function testFindByPropertyWithJoinReturnsJoinedRows(): void
'description' => "",
'sys_language_uid' => 0,
'l10n_parent' => 0,
'l10n_state' => '"NULL"',
't3_origuid' => 0,
'l10n_state' => null,
'l10n_diffsource' => "",
't3ver_oid' => 0,
't3ver_wsid' => 0,
Expand All @@ -123,7 +120,6 @@ public function testFindByPropertyWithJoinReturnsJoinedRows(): void
'title' => '"Category 2"',
'items' => 0,
'parent' => 0,
'fe_group' => "0",
'images' => 0,
'single_pid' => 0,
'shortcut' => 0,
Expand Down Expand Up @@ -164,7 +160,6 @@ public function testFindByWhere(): void
'l10n_parent' => 0,
'l10n_source' => 0,
'l10n_state' => null,
't3_origuid' => 0,
'l10n_diffsource' => '{"hidden":""}',
't3ver_oid' => 0,
't3ver_wsid' => 0,
Expand Down

0 comments on commit 68c90ff

Please sign in to comment.