3declare(strict_types=1);
 
   21use PHPUnit\Framework\TestCase;
 
   32        $testImportId = str_shuffle(uniqid(
'abcdefgh', 
true));
 
   33        $manifest->setImportId($testImportId);
 
   35        $this->assertEquals($manifest->getTitle(), $manifest->getImportId());
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...