@@ -35,10 +35,10 @@ public function setUp(): void
3535 /**
3636 * @test
3737 */
38- public function canFulltextdownloadtool ()
38+ public function canFulltextDownloadTool ()
3939 {
4040 $ settings = [
41- 'tools ' => 'tx_dlf_fulltextdownloadtool '
41+ 'tools ' => 'fulltextDownloadTool '
4242 ];
4343 $ templateHtml = '<html>fulltextDownload:{fulltextDownload}</html> ' ;
4444 $ controller = $ this ->setUpController (ToolboxController::class, $ settings , $ templateHtml );
@@ -55,10 +55,10 @@ public function canFulltextdownloadtool()
5555 /**
5656 * @test
5757 */
58- public function canFulltexttool ()
58+ public function canFulltextTool ()
5959 {
6060 $ settings = [
61- 'tools ' => 'tx_dlf_fulltexttool ' ,
61+ 'tools ' => 'fulltextTool ' ,
6262 'activateFullTextInitially ' => 1
6363 ];
6464 $ templateHtml = '<html>fulltext:{fulltext},activateFullTextInitially:{activateFullTextInitially}</html> ' ;
@@ -76,10 +76,10 @@ public function canFulltexttool()
7676 /**
7777 * @test
7878 */
79- public function canImagedownloadtool ()
79+ public function canImageDownloadTool ()
8080 {
8181 $ settings = [
82- 'tools ' => 'tx_dlf_imagedownloadtool '
82+ 'tools ' => 'imageDownloadTool '
8383 ];
8484 $ templateHtml = '<html>imageDownload:<f:for each="{imageDownload}" as="image">
8585 {image.url}{image.mimetypeLabel}</f:for>
@@ -101,10 +101,10 @@ public function canImagedownloadtool()
101101 /**
102102 * @test
103103 */
104- public function canImagemanipulationtool ()
104+ public function canImageManipulationTool ()
105105 {
106106 $ settings = [
107- 'tools ' => 'tx_dlf_imagemanipulationtool ' ,
107+ 'tools ' => 'imageManipulationTool ' ,
108108 'parentContainer ' => '.parent-container '
109109 ];
110110 $ templateHtml = '<html>imageManipulation:{imageManipulation},parentContainer:{parentContainer}</html> ' ;
@@ -127,7 +127,7 @@ public function canMainAction()
127127 $ settings = [
128128 'solrcore ' => self ::$ solrCoreId ,
129129 'library ' => 1 ,
130- 'tools ' => 'tx_dlf_annotationtool ' ,
130+ 'tools ' => 'annotationTool ' ,
131131 'limit ' => 1
132132 ];
133133 $ templateHtml = '<html>double:{double}</html> ' ;
@@ -146,10 +146,10 @@ public function canMainAction()
146146 /**
147147 * @test
148148 */
149- public function canPdfdownloadtool ()
149+ public function canPdfDownloadTool ()
150150 {
151151 $ settings = [
152- 'tools ' => 'tx_dlf_pdfdownloadtool '
152+ 'tools ' => 'pdfDownloadTool '
153153 ];
154154 $ templateHtml = '<html>pageLinks:<f:for each="{pageLinks}" as="link">
155155 {link}</f:for>
@@ -173,11 +173,11 @@ public function canPdfdownloadtool()
173173 /**
174174 * @test
175175 */
176- public function canSearchindocumenttool ()
176+ public function canSearchInDocumentTool ()
177177 {
178178 $ settings = [
179179 'solrcore ' => self ::$ solrCoreId ,
180- 'tools ' => 'tx_dlf_searchindocumenttool ' ,
180+ 'tools ' => 'searchInDocumentTool ' ,
181181 'queryInputName ' => 'queryInputName ' ,
182182 'startInputName ' => 'startInputName ' ,
183183 'idInputName ' => 'idInputName ' ,
0 commit comments