We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721c65b commit 21d61ffCopy full SHA for 21d61ff
1 file changed
tests/src/Auth/Process/FticksTest.php
@@ -4,6 +4,7 @@
4
5
namespace SimpleSAML\Test\Module\fticks\Auth\Process;
6
7
+use PHPUnit\Framework\Attributes\BackupStaticProperties;
8
use PHPUnit\Framework\TestCase;
9
use SAML2\Constants;
10
use SimpleSAML\Configuration;
@@ -235,8 +236,8 @@ public function testInvalidConfig(): void
235
236
}
237
238
/**
- * @backupStaticAttributes
239
*/
240
+ #[BackupStaticProperties(true)]
241
public function testRiskyLogSettings(): void
242
{
243
Logger::setCaptureLog();
0 commit comments