make classes final

This commit is contained in:
Dennis Eichhorn 2021-10-21 22:19:51 +02:00
parent 152c29093d
commit 3ff64e8741
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace Modules\ProjectManagement\tests\Admin;
/**
* @internal
*/
class AdminTest extends \PHPUnit\Framework\TestCase
final class AdminTest extends \PHPUnit\Framework\TestCase
{
protected const NAME = 'ProjectManagement';

View File

@ -26,7 +26,7 @@ use phpOMS\Utils\RnG\Text;
/**
* @internal
*/
class ProjectMapperTest extends \PHPUnit\Framework\TestCase
final class ProjectMapperTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers Modules\ProjectManagement\Models\ProjectMapper

View File

@ -23,7 +23,7 @@ use phpOMS\Localization\Money;
/**
* @internal
*/
class ProjectTest extends \PHPUnit\Framework\TestCase
final class ProjectTest extends \PHPUnit\Framework\TestCase
{
/**
* @covers Modules\ProjectManagement\Models\Project