]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ExportTest.php
Added additional testing for editor switching permissions
[bookstack] / tests / Entity / ExportTest.php
index f96ff97faddd6c7822a492ea41eaecbef9d9e9eb..141f072f8f27b3ff5bb695f9110adb2bf23d19bd 100644 (file)
@@ -435,7 +435,7 @@ class ExportTest extends TestCase
         $pageB->save();
 
         $resp = $this->get($book->getUrl('/export/markdown'));
-        $resp->assertDontSee("hello tester# The second page in this test");
+        $resp->assertDontSee('hello tester# The second page in this test');
         $resp->assertSee("hello tester\n\n# The second page in this test");
     }