eZ\Publish\Core\Persistence\Legacy\Tests\User\UserHandlerTest::testCreateDuplicateUser PHP Méthode

testCreateDuplicateUser() public méthode

    public function testCreateDuplicateUser()
    {
        $handler = $this->getUserHandler();
        $handler->create($user = $this->getValidUser());
        $handler->create($user);
    }