‪TYPO3CMS  9.5
TestableResourceCompressor.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types = 1);
3 
5 
6 /*
7  * This file is part of the TYPO3 CMS project.
8  *
9  * It is free software; you can redistribute it and/or modify it under
10  * the terms of the GNU General Public License, either version 2
11  * of the License, or any later version.
12  *
13  * For the full copyright and license information, please read the
14  * LICENSE.txt file that was distributed with this source code.
15  *
16  * The TYPO3 project - inspiring people to share!
17  */
18 
20 
22 {
23  protected ‪$targetDirectory = 'typo3temp/var/tests/resource/';
24 
25  public function ‪getTargetDirectory()
26  {
28  }
29 
30  public function ‪getHtaccessTemplate()
31  {
33  }
34 }
‪TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures\TestableResourceCompressor\$targetDirectory
‪$targetDirectory
Definition: TestableResourceCompressor.php:23
‪TYPO3\CMS\Core\Resource\ResourceCompressor
Definition: ResourceCompressor.php:27
‪TYPO3\CMS\Core\Resource\ResourceCompressor\$htaccessTemplate
‪string $htaccessTemplate
Definition: ResourceCompressor.php:48
‪TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures\TestableResourceCompressor
Definition: TestableResourceCompressor.php:22
‪TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures\TestableResourceCompressor\getTargetDirectory
‪getTargetDirectory()
Definition: TestableResourceCompressor.php:25
‪TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures\TestableResourceCompressor\getHtaccessTemplate
‪getHtaccessTemplate()
Definition: TestableResourceCompressor.php:30
‪TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures
Definition: TestableResourceCompressor.php:4