3declare(strict_types=1);
 
   29    protected function setUp(): void
 
   34            $this->createMock(ilRbacSystem::class),
 
   35            $this->createMock(ilObjUser::class),
 
   36            $this->createMock(ilObjTest::class),
 
   37            $this->createMock(ilLanguage::class)
 
   43        $this->assertInstanceOf(ilTestPasswordChecker::class, $this->testObj);
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilTestPasswordChecker $testObj
 
test_instantiateObject_shouldReturnInstance()