]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/OidcTest.php
Fixed occurances of altered titles in search results
[bookstack] / tests / Auth / OidcTest.php
index 6c806aa8ed4e99901aa84bf1060baba20e8eda6a..e7665a679a44a892bbe743863aa01579c3e780c0 100644 (file)
@@ -16,7 +16,7 @@ class OidcTest extends TestCase
     protected $keyFilePath;
     protected $keyFile;
 
-    public function setUp(): void
+    protected function setUp(): void
     {
         parent::setUp();
         // Set default config for OpenID Connect
@@ -41,7 +41,7 @@ class OidcTest extends TestCase
         ]);
     }
 
-    public function tearDown(): void
+    protected function tearDown(): void
     {
         parent::tearDown();
         if (file_exists($this->keyFilePath)) {