Class ilTestProcessLockerFactoryTest.
More...
◆ setUp()
ilTestProcessLockerFactoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestProcessLockerFactoryTest.php.
34 $this->getMockBuilder(ilSetting::class)->disableOriginalConstructor()->getMock(),
35 $this->createMock(ilDBInterface::class)
◆ test_instantiateObject_shouldReturnInstance()
ilTestProcessLockerFactoryTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
◆ testActiveId()
ilTestProcessLockerFactoryTest::testActiveId |
( |
| ) |
|
Definition at line 44 of file ilTestProcessLockerFactoryTest.php.
47 $lockerFactory = $this->testObj->withContextId($contextId);
48 $this->assertEquals($contextId, $lockerFactory->getContextId());
◆ $testObj
The documentation for this class was generated from the following file: