From: Matthias Schmidt Date: Fri, 3 Aug 2018 14:59:36 +0000 (+0200) Subject: Remove obsolete test file X-Git-Tag: 5.2.0_Alpha_1~364^2~106^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a3de1d5519c2088e974669faf648a21560546a8;p=GitHub%2FWoltLab%2FWCF.git Remove obsolete test file See #2509 --- diff --git a/wcfsetup/install/files/acp/templates/devtoolsFormBuilderTest.tpl b/wcfsetup/install/files/acp/templates/devtoolsFormBuilderTest.tpl deleted file mode 100644 index a9895b7047..0000000000 --- a/wcfsetup/install/files/acp/templates/devtoolsFormBuilderTest.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{* TODO: delete file again after finishing the form builder API *} - -{include file='header'} - -
-

Testing the new Form Builder API

-
- -{include file='formError'} - -{if $success|isset} -

Successfully validated the form data. The parameters array that would be passed to the database object action constructor is shown below.

-{/if} - -{if $data|isset} -
-

Post Data

- -
{$tpl[post]|var_dump}
-
- -
-

Form Data

- -
{$data|var_dump}
-
-{/if} - -{@$form->getHtml()} - -{include file='footer'}