From 00945e11a47f68de0293ae6ef29301e9b018a714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 8 Nov 2023 06:25:47 +0100 Subject: [PATCH] Fix typo in SystemDceSecurityProviderTest (#510) --- tests/Provider/Dce/SystemDceSecurityProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Provider/Dce/SystemDceSecurityProviderTest.php b/tests/Provider/Dce/SystemDceSecurityProviderTest.php index 8350d9d..f65f398 100644 --- a/tests/Provider/Dce/SystemDceSecurityProviderTest.php +++ b/tests/Provider/Dce/SystemDceSecurityProviderTest.php @@ -449,7 +449,7 @@ class SystemDceSecurityProviderTest extends TestCase 'expectedId' => '546', ], [ - 'netUserReponse' => 'Local Group Memberships Some Group Another Group', + 'netUserResponse' => 'Local Group Memberships Some Group Another Group', 'wmicGroupResponse' => 'Some Group S-1-5-80-19088743-1985229328-4294967295-1324', 'expectedGroup' => 'Some Group', 'expectedId' => '1324',