19 declare(strict_types=1);
    29     protected function setUp(): void
    34             $this->getMockBuilder(ilSetting::class)->disableOriginalConstructor()->getMock(),
    35             $this->createMock(ilDBInterface::class)
    41         $this->assertInstanceOf(ilTestProcessLockerFactory::class, $this->testObj);
    47         $lockerFactory = $this->testObj->withContextId($contextId);
    48         $this->assertEquals($contextId, $lockerFactory->getContextId());
 
ilTestProcessLockerFactory $testObj
 
test_instantiateObject_shouldReturnInstance()
 
Class ilTestProcessLockerFactoryTest.