malkusch\lock\util\DoubleCheckedLockingTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->mutex = $this->createMock(Mutex::class);
        $this->checkedLocking = new DoubleCheckedLocking($this->mutex);
    }