getMethod('adjustColumnPrivileges'); $method->setAccessible(true); $ctrl = new SaveController( new ResponseStub(), new Template(), new Relation($this->dbi), new Transformations(), $this->dbi, $this->createStub(StructureController::class) ); $this->assertFalse( $method->invokeArgs($ctrl, [[]]) ); } }