diff --git a/tests/Ltb/LdapTest.php b/tests/Ltb/LdapTest.php index ea2b42d..782f5cf 100644 --- a/tests/Ltb/LdapTest.php +++ b/tests/Ltb/LdapTest.php @@ -2,6 +2,8 @@ require __DIR__ . '/../../vendor/autoload.php'; +use PHPUnit\Framework\Attributes\RunInSeparateProcess; + final class LdapTest extends \Mockery\Adapter\Phpunit\MockeryTestCase { @@ -599,10 +601,6 @@ public function test_get_password_value_with_dummy_pwdattribute(): void } - /** runInSeparateProcess is needed for \Ltb\Password - * not interfering with other tests - * @runInSeparateProcess - */ #[RunInSeparateProcess] public function test_change_ad_password_as_user(): void {