@@ -250,7 +250,6 @@ class BoardImportService {
|
||||
$this->getImportSystem()->updateAcl($code, $acl);
|
||||
} catch (\Exception $e) {
|
||||
$this->addError('Failed to import acl rule for ' . $acl->getParticipant(), $e);
|
||||
|
||||
}
|
||||
}
|
||||
$this->getBoard()->setAcl($aclList);
|
||||
|
||||
@@ -47,7 +47,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
* @group DB
|
||||
*/
|
||||
class ImportExportTest extends \Test\TestCase {
|
||||
|
||||
private IDBConnection $connection;
|
||||
private const TEST_USER1 = 'test-export-user1';
|
||||
private const TEST_USER3 = 'test-export-user3';
|
||||
|
||||
Reference in New Issue
Block a user