]> BookStack Code Mirror - bookstack/blobdiff - tests/Unit/FrameworkAssumptionTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Unit / FrameworkAssumptionTest.php
index d4feff60c9da66973019dec0596cd80a316f2845..54d315de94054c2765fa559b3e258a7adb4442c9 100644 (file)
@@ -25,7 +25,7 @@ class FrameworkAssumptionTest extends TestCase
         // Page has SoftDeletes trait by default, so we apply our custom scope and ensure
         // it stacks on the global scope to filter out deleted items.
         $query = Page::query()->scopes('visible')->toSql();
-        $this->assertStringContainsString('entity_permissions_collapsed', $query);
+        $this->assertStringContainsString('joint_permissions', $query);
         $this->assertStringContainsString('`deleted_at` is null', $query);
     }
 }