Class ilTestProcessLockerFactoryTest.
More...
◆ setUp()
| ilTestProcessLockerFactoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 29 of file ilTestProcessLockerFactoryTest.php.
34 $lng_mock = $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.
46 $lockerFactory = $this->testObj->withContextId(212);
47 $this->assertEquals(212, $lockerFactory->getContextId());
◆ $testObj
The documentation for this class was generated from the following file: