RedUNIT\Base\Joins::testComplexInFrozenMode PHP Method

testComplexInFrozenMode() public method

Tests the more complicated scenarios for with-joins.
public testComplexInFrozenMode ( ) : void
return void
    public function testComplexInFrozenMode()
    {
        R::freeze(FALSE);
        $this->testComplexCombinationsJoins();
        R::freeze(TRUE);
        $this->testComplexCombinationsJoins();
        R::freeze(FALSE);
    }