From 7fa024790eb6574ec32952191cf1c79f3b63209d Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 8 Nov 2022 17:58:16 +0500 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index a319f438..179978db 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -1005,19 +1005,6 @@ class CentralUserProvidingMixture extends CentralUser } } -class ResourceUserProvidingMixture extends ResourceUser -{ - public function getSyncedCreationAttributes(): array - { - return [ - 'name', - 'email', - 'role' => 'admin', - 'password' => 'secret', - ]; - } -} - class CentralUserWithConditionalSync extends CentralUser { public function shouldSync(): bool