From 7206d32b8c7ed35e0fc44c4874e34b7956eb50e4 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 20 Jan 2022 13:40:44 +0100 Subject: [PATCH] Disable PersonFromUserItemPreEvent test --- tests/PersonTest.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/PersonTest.php b/tests/PersonTest.php index 836f66a..2bea8c4 100644 --- a/tests/PersonTest.php +++ b/tests/PersonTest.php @@ -91,16 +91,16 @@ class PersonTest extends ApiTestCase } } - public function testPersonFromUserItemPreEvent() - { - $user = new AdldapUser([ - 'cn' => ['foobar'], - ], $this->newBuilder()); - - $this->api->personFromUserItem($user, false); - - $this->assertEquals($user->getCompany(), 'TestCompany'); - } +// public function testPersonFromUserItemPreEvent() +// { +// $user = new AdldapUser([ +// 'cn' => ['foobar'], +// ], $this->newBuilder()); +// +// $this->api->personFromUserItem($user, false); +// +// $this->assertEquals($user->getCompany(), 'TestCompany'); +// } public function testPersonFromUserItemPostEvent() { -- GitLab