getMethod('displayHtmlForColumnChange'); if (PHP_VERSION_ID < 80100) { $method->setAccessible(true); } $ctrl = new ChangeController( $response, new Template(), $GLOBALS['db'], $GLOBALS['table'], new Relation($this->dbi), new Transformations(), $this->dbi ); $method->invokeArgs($ctrl, [null]); $actual = $response->getHTMLResult(); self::assertStringContainsString('' . "\n", $actual); self::assertStringContainsString('id="enumEditorModal"', $actual); } }