| Current Path : /var/www/surf/TYPO3/vendor/typo3fluid/fluid/tests/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3fluid/fluid/tests/UnitTestCase.php |
<?php
declare(strict_types=1);
/*
* This file belongs to the package "TYPO3 Fluid".
* See LICENSE.txt that was shipped with this package.
*/
namespace TYPO3Fluid\Fluid\Tests;
/**
* Base test case for unit tests.
*
* This class currently only inherits the base test case. However, it is recommended
* to extend this class for unit test cases instead of the base test case because if,
* at some point, specific behavior needs to be implemented for unit tests, your test cases
* will profit from it automatically.
*/
abstract class UnitTestCase extends BaseTestCase {}