]> BookStack Code Mirror - bookstack/blobdiff - tests/Meta/OpensearchTest.php
ZIP Imports: Added API examples, finished testing
[bookstack] / tests / Meta / OpensearchTest.php
index 38e1587168b4b8f13d57b38e14c519d23a74424a..0c9ec9f446875794f8cef5febc3e192941fccba2 100644 (file)
@@ -15,6 +15,7 @@ class OpensearchTest extends TestCase
 
         $resp = $this->get('/opensearch.xml');
         $resp->assertOk();
+        $resp->assertSee('<?xml version="1.0" encoding="UTF-8"?>' . "\n", false);
 
         $html = $this->withHtml($resp);