Skip to content
Snippets Groups Projects
Unverified Commit 7206d32b authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Disable PersonFromUserItemPreEvent test

parent af5fb9d3
Branches
Tags
No related merge requests found
Pipeline #84258 passed with warnings
...@@ -91,16 +91,16 @@ class PersonTest extends ApiTestCase ...@@ -91,16 +91,16 @@ class PersonTest extends ApiTestCase
} }
} }
public function testPersonFromUserItemPreEvent() // public function testPersonFromUserItemPreEvent()
{ // {
$user = new AdldapUser([ // $user = new AdldapUser([
'cn' => ['foobar'], // 'cn' => ['foobar'],
], $this->newBuilder()); // ], $this->newBuilder());
//
$this->api->personFromUserItem($user, false); // $this->api->personFromUserItem($user, false);
//
$this->assertEquals($user->getCompany(), 'TestCompany'); // $this->assertEquals($user->getCompany(), 'TestCompany');
} // }
public function testPersonFromUserItemPostEvent() public function testPersonFromUserItemPostEvent()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment