From 2cfcb24742594ca31e2dec90e208ef85090972f7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Oct 2021 22:16:07 +0200 Subject: [PATCH] more tests and make classes final --- tests/Account/AccountManagerTest.php | 2 +- tests/Account/AccountStatusTest.php | 2 +- tests/Account/AccountTest.php | 2 +- tests/Account/AccountTypeTest.php | 2 +- tests/Account/GroupStatusTest.php | 2 +- tests/Account/GroupTest.php | 2 +- tests/Account/PermissionAbstractTest.php | 2 +- tests/Account/PermissionTypeTest.php | 2 +- tests/Ai/Ocr/BasicOcrTest.php | 2 +- tests/Algorithm/Clustering/KmeansTest.php | 2 +- tests/Algorithm/Clustering/PointTest.php | 2 +- tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php | 2 +- tests/Algorithm/JobScheduling/JobTest.php | 2 +- tests/Algorithm/JobScheduling/WeightedTest.php | 2 +- tests/Algorithm/Knapsack/BackpackTest.php | 2 +- tests/Algorithm/Knapsack/BoundedTest.php | 2 +- tests/Algorithm/Knapsack/ContinuousTest.php | 2 +- tests/Algorithm/Knapsack/ItemTest.php | 2 +- tests/Algorithm/Maze/MazeGeneratorTest.php | 2 +- tests/Algorithm/PathFinding/AStarNodeTest.php | 2 +- tests/Algorithm/PathFinding/AStarTest.php | 2 +- tests/Algorithm/PathFinding/GridTest.php | 2 +- tests/Algorithm/PathFinding/HeuristicTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointNodeTest.php | 2 +- tests/Algorithm/PathFinding/JumpPointSearchTest.php | 2 +- tests/Algorithm/PathFinding/NodeTest.php | 2 +- tests/Algorithm/PathFinding/PathTest.php | 2 +- tests/Algorithm/Sort/BitonicSortTest.php | 2 +- tests/Algorithm/Sort/BubbleSortTest.php | 2 +- tests/Algorithm/Sort/BucketSortTest.php | 2 +- tests/Algorithm/Sort/CocktailShakerSortTest.php | 2 +- tests/Algorithm/Sort/CombSortTest.php | 2 +- tests/Algorithm/Sort/CycleSortTest.php | 2 +- tests/Algorithm/Sort/GnomeSortTest.php | 2 +- tests/Algorithm/Sort/HeapSortTest.php | 2 +- tests/Algorithm/Sort/InsertionSortTest.php | 2 +- tests/Algorithm/Sort/IntroSortTest.php | 2 +- tests/Algorithm/Sort/MergeSortTest.php | 2 +- tests/Algorithm/Sort/OddEvenSortTest.php | 2 +- tests/Algorithm/Sort/PancakeSortTest.php | 2 +- tests/Algorithm/Sort/QuickSortTest.php | 2 +- tests/Algorithm/Sort/SelectionSortTest.php | 2 +- tests/Algorithm/Sort/ShellSortTest.php | 2 +- tests/Algorithm/Sort/StoogeSortTest.php | 2 +- tests/Algorithm/Sort/TimSortTest.php | 2 +- tests/Application/ApplicationAbstractTest.php | 2 +- tests/Application/ApplicationInfoTest.php | 2 +- tests/Application/ApplicationManagerTest.php | 2 +- tests/Application/InstallerAbstractTest.php | 2 +- tests/Application/StatusAbstractTest.php | 2 +- tests/Application/UninstallerAbstractTest.php | 2 +- tests/Asset/AssetManagerTest.php | 2 +- tests/Asset/AssetTypeTest.php | 2 +- tests/Auth/AuthTest.php | 2 +- tests/Auth/LoginReturnTypeTest.php | 2 +- tests/AutoloadExceptionTest.php | 2 +- tests/AutoloaderTest.php | 2 +- tests/Business/Finance/DepreciationTest.php | 2 +- tests/Business/Finance/FinanceFormulasTest.php | 2 +- tests/Business/Finance/LoanTest.php | 2 +- tests/Business/Finance/LorenzkurveTest.php | 2 +- tests/Business/Finance/StockBondsTest.php | 2 +- tests/Business/Marketing/ArticleCorrelationAffinityTest.php | 2 +- tests/Business/Marketing/CustomerValueTest.php | 2 +- tests/Business/Marketing/MetricsTest.php | 2 +- tests/Business/Marketing/NetPromoterScoreTest.php | 2 +- tests/Business/Marketing/PageRankTest.php | 2 +- tests/Business/Programming/MetricsTest.php | 2 +- tests/Business/Sales/MarketShareEstimationTest.php | 2 +- tests/Config/OptionsTraitTest.php | 2 +- tests/DataStorage/Cache/CachePoolTest.php | 2 +- tests/DataStorage/Cache/CacheStatusTest.php | 2 +- tests/DataStorage/Cache/CacheTypeTest.php | 2 +- tests/DataStorage/Cache/Connection/CacheValueTypeTest.php | 2 +- tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php | 2 +- tests/DataStorage/Cache/Connection/FileCacheTest.php | 2 +- tests/DataStorage/Cache/Connection/MemCachedTest.php | 2 +- tests/DataStorage/Cache/Connection/RedisCacheTest.php | 2 +- .../Cache/Exception/InvalidConnectionConfigExceptionTest.php | 2 +- tests/DataStorage/Cookie/CookieJarTest.php | 2 +- tests/DataStorage/Database/Connection/ConnectionFactoryTest.php | 2 +- tests/DataStorage/Database/Connection/MysqlConnectionTest.php | 2 +- .../DataStorage/Database/Connection/PostgresConnectionTest.php | 2 +- tests/DataStorage/Database/Connection/SQLiteConnectionTest.php | 2 +- .../DataStorage/Database/Connection/SqlServerConnectionTest.php | 2 +- tests/DataStorage/Database/DataMapperAbstractTest.php | 2 +- tests/DataStorage/Database/DatabasePoolTest.php | 2 +- tests/DataStorage/Database/DatabaseStatusTest.php | 2 +- tests/DataStorage/Database/DatabaseTypeTest.php | 2 +- .../Database/Exception/InvalidConnectionConfigExceptionTest.php | 2 +- .../Database/Exception/InvalidDatabaseTypeExceptionTest.php | 2 +- .../Database/Exception/InvalidMapperExceptionTest.php | 2 +- tests/DataStorage/Database/Query/BuilderTest.php | 2 +- tests/DataStorage/Database/Query/ColumnTest.php | 2 +- tests/DataStorage/Database/Query/CountTest.php | 2 +- tests/DataStorage/Database/Query/ExpressionTest.php | 2 +- tests/DataStorage/Database/Query/FromTest.php | 2 +- tests/DataStorage/Database/Query/Grammar/GrammarTest.php | 2 +- tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php | 2 +- tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php | 2 +- .../DataStorage/Database/Query/Grammar/PostgresGrammarTest.php | 2 +- tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php | 2 +- .../DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Query/IntoTest.php | 2 +- tests/DataStorage/Database/Query/JoinTypeTest.php | 2 +- tests/DataStorage/Database/Query/QueryTypeTest.php | 2 +- tests/DataStorage/Database/Query/SelectTest.php | 2 +- tests/DataStorage/Database/Query/WhereTest.php | 2 +- tests/DataStorage/Database/RelationTypeTest.php | 2 +- tests/DataStorage/Database/Schema/BuilderTest.php | 2 +- tests/DataStorage/Database/Schema/Grammar/GrammarTest.php | 2 +- tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php | 2 +- tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php | 2 +- .../DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php | 2 +- tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php | 2 +- .../Database/Schema/Grammar/SqlServerGrammarTest.php | 2 +- tests/DataStorage/Database/Schema/QueryTypeTest.php | 2 +- tests/DataStorage/Database/SchemaMapperTest.php | 2 +- tests/DataStorage/LockExceptionTest.php | 2 +- tests/DataStorage/Session/FileSessionHandlerTest.php | 2 +- tests/DataStorage/Session/FileSessionTest.php | 2 +- tests/DataStorage/Session/HttpSessionTest.php | 2 +- tests/Dispatcher/DispatcherTest.php | 2 +- tests/Event/EventManagerTest.php | 2 +- tests/ExtensionTest.php | 2 +- tests/Localization/Defaults/CityMapperTest.php | 2 +- tests/Localization/Defaults/CityTest.php | 2 +- tests/Localization/Defaults/CountryMapperTest.php | 2 +- tests/Localization/Defaults/CountryTest.php | 2 +- tests/Localization/Defaults/CurrencyMapperTest.php | 2 +- tests/Localization/Defaults/CurrencyTest.php | 2 +- tests/Localization/Defaults/IbanMapperTest.php | 2 +- tests/Localization/Defaults/IbanTest.php | 2 +- tests/Localization/Defaults/LanguageMapperTest.php | 2 +- tests/Localization/Defaults/LanguageTest.php | 2 +- tests/Localization/ISO3166CharEnumTest.php | 2 +- tests/Localization/ISO3166NameEnumTest.php | 2 +- tests/Localization/ISO3166NumEnumTest.php | 2 +- tests/Localization/ISO3166TwoEnumTest.php | 2 +- tests/Localization/ISO4217CharEnumTest.php | 2 +- tests/Localization/ISO4217DecimalEnumTest.php | 2 +- tests/Localization/ISO4217EnumTest.php | 2 +- tests/Localization/ISO4217NumEnumTest.php | 2 +- tests/Localization/ISO4217SubUnitEnumTest.php | 2 +- tests/Localization/ISO4217SymbolEnumTest.php | 2 +- tests/Localization/ISO639EnumTest.php | 2 +- tests/Localization/ISO639x1EnumTest.php | 2 +- tests/Localization/ISO639x2EnumTest.php | 2 +- tests/Localization/ISO8601EnumArrayTest.php | 2 +- tests/Localization/L11nManagerTest.php | 2 +- tests/Localization/LocalizationTest.php | 2 +- tests/Localization/MoneyTest.php | 2 +- tests/Localization/PhoneEnumTest.php | 2 +- tests/Localization/TimeZoneEnumArrayTest.php | 2 +- tests/Log/FileLoggerTest.php | 2 +- tests/Log/LogLevelTest.php | 2 +- tests/Math/Exception/ZeroDevisionExceptionTest.php | 2 +- tests/Math/Functions/BetaTest.php | 2 +- tests/Math/Functions/FibonacciTest.php | 2 +- tests/Math/Functions/FunctionsTest.php | 2 +- tests/Math/Functions/GammaTest.php | 2 +- tests/Math/Geometry/ConvexHull/MonotoneChainTest.php | 2 +- tests/Math/Geometry/Shape/D2/CircleTest.php | 2 +- tests/Math/Geometry/Shape/D2/EllipseTest.php | 2 +- tests/Math/Geometry/Shape/D2/PolygonTest.php | 2 +- tests/Math/Geometry/Shape/D2/QuadrilateralTest.php | 2 +- tests/Math/Geometry/Shape/D2/RectangleTest.php | 2 +- tests/Math/Geometry/Shape/D2/TrapezoidTest.php | 2 +- tests/Math/Geometry/Shape/D2/TriangleTest.php | 2 +- tests/Math/Geometry/Shape/D3/ConeTest.php | 2 +- tests/Math/Geometry/Shape/D3/CuboidTest.php | 2 +- tests/Math/Geometry/Shape/D3/CylinderTest.php | 2 +- tests/Math/Geometry/Shape/D3/PrismTest.php | 2 +- tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php | 2 +- tests/Math/Geometry/Shape/D3/SphereTest.php | 2 +- tests/Math/Geometry/Shape/D3/TetrahedronTest.php | 2 +- tests/Math/Matrix/CholeskyDecompositionTest.php | 2 +- tests/Math/Matrix/EigenvalueDecompositionTest.php | 2 +- tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php | 2 +- tests/Math/Matrix/IdentityMatrixTest.php | 2 +- tests/Math/Matrix/LUDecompositionTest.php | 2 +- tests/Math/Matrix/MatrixTest.php | 2 +- tests/Math/Matrix/QRDecompositionTest.php | 2 +- tests/Math/Matrix/VectorTest.php | 2 +- tests/Math/Number/ComplexTest.php | 2 +- tests/Math/Number/IntegerTest.php | 2 +- tests/Math/Number/NaturalTest.php | 2 +- tests/Math/Number/NumberTypeTest.php | 2 +- tests/Math/Number/NumbersTest.php | 2 +- tests/Math/Number/PrimeTest.php | 2 +- tests/Math/Numerics/IntegrationTest.php | 2 +- .../Numerics/Interpolation/CubicSplineInterpolationTest.php | 2 +- tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php | 2 +- tests/Math/Numerics/Interpolation/LinearInterpolationTest.php | 2 +- tests/Math/Parser/EvaluatorTest.php | 2 +- tests/Math/Statistic/AverageTest.php | 2 +- tests/Math/Statistic/BasicTest.php | 2 +- tests/Math/Statistic/CorrelationTest.php | 2 +- tests/Math/Statistic/Forecast/ErrorTest.php | 2 +- tests/Math/Statistic/Forecast/ForecastsTest.php | 2 +- .../Statistic/Forecast/Regression/LevelLevelRegressionTest.php | 2 +- .../Statistic/Forecast/Regression/LevelLogRegressionTest.php | 2 +- .../Statistic/Forecast/Regression/LogLevelRegressionTest.php | 2 +- .../Math/Statistic/Forecast/Regression/LogLogRegressionTest.php | 2 +- .../Statistic/Forecast/Regression/PolynomialRegressionTest.php | 2 +- tests/Math/Statistic/MeasureOfDispersionTest.php | 2 +- .../Math/Stochastic/Distribution/BernoulliDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/BetaDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/BinomialDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/CauchyDistributionTest.php | 2 +- .../Math/Stochastic/Distribution/ChiSquaredDistributionTest.php | 2 +- .../Stochastic/Distribution/ExponentialDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/FDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/GammaDistributionTest.php | 2 +- .../Math/Stochastic/Distribution/GeometricDistributionTest.php | 2 +- .../Stochastic/Distribution/HypergeometricDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/LogDistributionTest.php | 2 +- .../Math/Stochastic/Distribution/LogNormalDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/LogisticDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/NormalDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/ParetoDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/PoissonDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/TDistributionTest.php | 2 +- .../Distribution/UniformDistributionContinuousTest.php | 2 +- .../Stochastic/Distribution/UniformDistributionDiscreteTest.php | 2 +- tests/Math/Stochastic/Distribution/WeibullDistributionTest.php | 2 +- tests/Math/Stochastic/Distribution/ZTestTest.php | 2 +- tests/Math/Stochastic/NaiveBayesClassifierTest.php | 2 +- tests/Math/Topology/Metrics2DTest.php | 2 +- tests/Math/Topology/MetricsNDTest.php | 2 +- tests/Message/Console/ConsoleHeaderTest.php | 2 +- tests/Message/Console/ConsoleRequestTest.php | 2 +- tests/Message/Console/ConsoleResponseTest.php | 2 +- tests/Message/HeaderAbstractTest.php | 2 +- tests/Message/Http/BrowserTypeTest.php | 2 +- tests/Message/Http/HttpHeaderTest.php | 2 +- tests/Message/Http/HttpRequestTest.php | 2 +- tests/Message/Http/HttpResponseTest.php | 2 +- tests/Message/Http/OSTypeTest.php | 2 +- tests/Message/Http/RequestMethodTest.php | 2 +- tests/Message/Http/RequestStatusCodeTest.php | 2 +- tests/Message/Http/RequestStatusTest.php | 2 +- tests/Message/Http/RestTest.php | 2 +- tests/Message/Mail/EmailTest.php | 2 +- tests/Message/Mail/MailHandlerTest.php | 2 +- tests/Message/RequestAbstractTest.php | 2 +- tests/Message/ResponseAbstractTest.php | 2 +- tests/Message/Socket/HeaderTest.php | 2 +- tests/Message/Socket/PacketManagerTest.php | 2 +- tests/Message/Socket/PacketTypeTest.php | 2 +- tests/Message/Socket/RequestTest.php | 2 +- tests/Message/Socket/ResponseTest.php | 2 +- tests/Model/Html/FormElementGeneratorTest.php | 2 +- tests/Model/Html/HeadTest.php | 2 +- tests/Model/Html/MetaTest.php | 2 +- tests/Model/Message/DomActionTest.php | 2 +- tests/Model/Message/DomTest.php | 2 +- tests/Model/Message/FormValidationTest.php | 2 +- tests/Model/Message/NotifyTest.php | 2 +- tests/Model/Message/NotifyTypeTest.php | 2 +- tests/Model/Message/RedirectTest.php | 2 +- tests/Model/Message/ReloadTest.php | 2 +- tests/Module/Exception/InvalidModuleExceptionTest.php | 2 +- tests/Module/Exception/InvalidThemeExceptionTest.php | 2 +- tests/Module/InstallerAbstractTest.php | 2 +- tests/Module/ModuleAbstractTest.php | 2 +- tests/Module/ModuleInfoTest.php | 2 +- tests/Module/ModuleManagerTest.php | 2 +- tests/Module/PackageManagerTest.php | 2 +- tests/Module/StatusAbstractTest.php | 2 +- tests/Module/UninstallerAbstractTest.php | 2 +- tests/PreloaderTest.php | 2 +- tests/Router/RouteVerbTest.php | 2 +- tests/Router/SocketRouterTest.php | 2 +- tests/Router/WebRouterTest.php | 2 +- tests/Security/PhpCodeTest.php | 2 +- tests/Socket/Client/ClientConnectionTest.php | 2 +- tests/Socket/Client/ClientTest.php | 2 +- tests/Socket/Server/ClientManagerTest.php | 2 +- tests/Socket/Server/ServerTest.php | 2 +- tests/Stdlib/Base/AddressTest.php | 2 +- tests/Stdlib/Base/AddressTypeTest.php | 2 +- tests/Stdlib/Base/EnumArrayTest.php | 2 +- tests/Stdlib/Base/EnumTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumNameTest.php | 2 +- tests/Stdlib/Base/Exception/InvalidEnumValueTest.php | 2 +- tests/Stdlib/Base/HeapTest.php | 2 +- tests/Stdlib/Base/IbanTest.php | 2 +- tests/Stdlib/Base/LocationTest.php | 2 +- tests/Stdlib/Base/PhoneTypeTest.php | 2 +- tests/Stdlib/Base/SmartDateTimeTest.php | 2 +- tests/Stdlib/Graph/BinaryTreeTest.php | 2 +- tests/Stdlib/Graph/EdgeTest.php | 2 +- tests/Stdlib/Graph/GraphTest.php | 2 +- tests/Stdlib/Graph/NodeTest.php | 2 +- tests/Stdlib/Graph/TreeTest.php | 2 +- tests/Stdlib/Map/KeyTypeTest.php | 2 +- tests/Stdlib/Map/MultiMapTest.php | 2 +- tests/Stdlib/Map/OrderTypeTest.php | 2 +- tests/Stdlib/Queue/PriorityModeTest.php | 2 +- tests/Stdlib/Queue/PriorityQueueTest.php | 2 +- tests/System/CharsetTypeTest.php | 2 +- tests/System/File/ContentPutModeTest.php | 2 +- tests/System/File/ExtensionTypeTest.php | 2 +- tests/System/File/FileUtilsTest.php | 2 +- tests/System/File/Ftp/DirectoryTest.php | 2 +- tests/System/File/Ftp/FileTest.php | 2 +- tests/System/File/Ftp/FtpStorageTest.php | 2 +- tests/System/File/Local/DirectoryTest.php | 2 +- tests/System/File/Local/FileTest.php | 2 +- tests/System/File/Local/LocalStorageTest.php | 2 +- tests/System/File/PathExceptionTest.php | 2 +- tests/System/File/PermissionExceptionTest.php | 2 +- tests/System/File/StorageTest.php | 2 +- tests/System/MimeTypeTest.php | 2 +- tests/System/OperatingSystemTest.php | 2 +- tests/System/Search/StringSearchTest.php | 2 +- tests/System/SystemTypeTest.php | 2 +- tests/System/SystemUtilsTest.php | 2 +- tests/UnhandledHandlerTest.php | 2 +- tests/Uri/ArgumentTest.php | 2 +- tests/Uri/HttpUriTest.php | 2 +- tests/Uri/InvalidUriExceptionTest.php | 2 +- tests/Uri/UriFactoryTest.php | 2 +- tests/Uri/UriSchemeTest.php | 2 +- tests/Utils/ArrayUtilsTest.php | 2 +- tests/Utils/Barcode/AztecTest.php | 2 +- tests/Utils/Barcode/C128AbstractTest.php | 2 +- tests/Utils/Barcode/C128aTest.php | 2 +- tests/Utils/Barcode/C128bTest.php | 2 +- tests/Utils/Barcode/C128cTest.php | 2 +- tests/Utils/Barcode/C25Test.php | 2 +- tests/Utils/Barcode/C39Test.php | 2 +- tests/Utils/Barcode/CodebarTest.php | 2 +- tests/Utils/Barcode/DatamatrixTest.php | 2 +- tests/Utils/Barcode/HIBCCTest.php | 2 +- tests/Utils/Barcode/OrientationTypeTest.php | 2 +- tests/Utils/Barcode/QRTest.php | 2 +- tests/Utils/ColorUtilsTest.php | 2 +- tests/Utils/Compression/LZWTest.php | 2 +- tests/Utils/Converter/AngleTypeTest.php | 2 +- tests/Utils/Converter/AreaTypeTest.php | 2 +- tests/Utils/Converter/CurrencyTest.php | 2 +- tests/Utils/Converter/EnergyPowerTypeTest.php | 2 +- tests/Utils/Converter/FileSizeTypeTest.php | 2 +- tests/Utils/Converter/FileTest.php | 2 +- tests/Utils/Converter/IpTest.php | 2 +- tests/Utils/Converter/LengthTypeTest.php | 2 +- tests/Utils/Converter/MeasurementTest.php | 2 +- tests/Utils/Converter/NumericTest.php | 2 +- tests/Utils/Converter/PressureTypeTest.php | 2 +- tests/Utils/Converter/SpeedTypeTest.php | 2 +- tests/Utils/Converter/TemperatureTypeTest.php | 2 +- tests/Utils/Converter/TimeTypeTest.php | 2 +- tests/Utils/Converter/VolumeTypeTest.php | 2 +- tests/Utils/Converter/WeightTypeTest.php | 2 +- tests/Utils/Encoding/CaesarTest.php | 2 +- tests/Utils/Encoding/GrayTest.php | 2 +- tests/Utils/Encoding/Huffman/DictionaryTest.php | 2 +- tests/Utils/Encoding/Huffman/HuffmanTest.php | 2 +- tests/Utils/Encoding/XorEncodingTest.php | 2 +- tests/Utils/Excel/ExcelTest.php | 2 +- tests/Utils/Git/AuthorTest.php | 2 +- tests/Utils/Git/BranchTest.php | 2 +- tests/Utils/Git/CommitTest.php | 2 +- tests/Utils/Git/GitTest.php | 2 +- tests/Utils/Git/RepositoryTest.php | 2 +- tests/Utils/Git/TagTest.php | 2 +- tests/Utils/IO/Csv/CsvSettingsTest.php | 2 +- tests/Utils/IO/IODatabaseMapperTest.php | 2 +- tests/Utils/IO/Json/InvalidJsonExceptionTest.php | 2 +- tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php | 2 +- tests/Utils/IO/Zip/GzTest.php | 2 +- tests/Utils/IO/Zip/TarGzTest.php | 2 +- tests/Utils/IO/Zip/TarTest.php | 2 +- tests/Utils/IO/Zip/ZipTest.php | 2 +- tests/Utils/ImageUtilsTest.php | 2 +- tests/Utils/MbStringUtilsTest.php | 2 +- tests/Utils/NumericUtilsTest.php | 2 +- tests/Utils/PDF/PdfTest.php | 2 +- tests/Utils/Parser/Markdown/MarkdownTest.php | 2 +- tests/Utils/Parser/Php/ArrayParserTest.php | 2 +- tests/Utils/PermutationTest.php | 2 +- tests/Utils/RnG/ArrayRandomizeTest.php | 2 +- tests/Utils/RnG/DateTimeTest.php | 2 +- tests/Utils/RnG/DistributionTypeTest.php | 2 +- tests/Utils/RnG/FileTest.php | 2 +- tests/Utils/RnG/LinearCongruentialGeneratorTest.php | 2 +- tests/Utils/RnG/NameTest.php | 2 +- tests/Utils/RnG/PhoneTest.php | 2 +- tests/Utils/RnG/StringUtilsTest.php | 2 +- tests/Utils/RnG/TextTest.php | 2 +- tests/Utils/StringCompareTest.php | 2 +- tests/Utils/StringUtilsTest.php | 2 +- tests/Utils/TaskSchedule/CronJobTest.php | 2 +- tests/Utils/TaskSchedule/CronTest.php | 2 +- tests/Utils/TaskSchedule/IntervalTest.php | 2 +- tests/Utils/TaskSchedule/ScheduleTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerAbstractTest.php | 2 +- tests/Utils/TaskSchedule/SchedulerFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskAbstractTest.php | 2 +- tests/Utils/TaskSchedule/TaskFactoryTest.php | 2 +- tests/Utils/TaskSchedule/TaskSchedulerTest.php | 2 +- tests/Utils/TestUtilsTest.php | 2 +- tests/Validation/Base/DateTimeTest.php | 2 +- tests/Validation/Base/JsonTest.php | 2 +- tests/Validation/Finance/BICTest.php | 2 +- tests/Validation/Finance/CreditCardTest.php | 2 +- tests/Validation/Finance/IbanEnumTest.php | 2 +- tests/Validation/Finance/IbanErrorTypeTest.php | 2 +- tests/Validation/Finance/IbanTest.php | 2 +- tests/Validation/Network/EmailTest.php | 2 +- tests/Validation/Network/HostnameTest.php | 2 +- tests/Validation/Network/IpTest.php | 2 +- tests/Validation/ValidatorTest.php | 2 +- tests/Version/VersionTest.php | 2 +- tests/Views/PaginationViewTest.php | 2 +- tests/Views/ViewTest.php | 2 +- 419 files changed, 419 insertions(+), 419 deletions(-) diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index 843ae8c88..065639450 100644 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class AccountManagerTest extends \PHPUnit\Framework\TestCase +final class AccountManagerTest extends \PHPUnit\Framework\TestCase { protected $manager = null; diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index 7b3e22582..5bc2008b1 100644 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -21,7 +21,7 @@ use phpOMS\Account\AccountStatus; /** * @internal */ -class AccountStatusTest extends \PHPUnit\Framework\TestCase +final class AccountStatusTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index 6bf4ab26c..050002f07 100644 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -31,7 +31,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class AccountTest extends \PHPUnit\Framework\TestCase +final class AccountTest extends \PHPUnit\Framework\TestCase { protected $l11nManager = null; diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index fb71d3d04..9f058a3ea 100644 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\Account\AccountType; /** * @internal */ -class AccountTypeTest extends \PHPUnit\Framework\TestCase +final class AccountTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index b487f2bd3..64b0eab82 100644 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -21,7 +21,7 @@ use phpOMS\Account\GroupStatus; /** * @internal */ -class GroupStatusTest extends \PHPUnit\Framework\TestCase +final class GroupStatusTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index 4aa42a956..935f3a0ad 100644 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -26,7 +26,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class GroupTest extends \PHPUnit\Framework\TestCase +final class GroupTest extends \PHPUnit\Framework\TestCase { /** * @testdox The group has the expected member variables diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index 790074a3c..97febd69b 100644 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -24,7 +24,7 @@ use phpOMS\Account\PermissionType; * * @internal */ -class PermissionAbstractTest extends \PHPUnit\Framework\TestCase +final class PermissionAbstractTest extends \PHPUnit\Framework\TestCase { /** * @testdox The permission has the expected default values after initialization diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index 84b45ce1f..c1a4eef3f 100644 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\Account\PermissionType; /** * @internal */ -class PermissionTypeTest extends \PHPUnit\Framework\TestCase +final class PermissionTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php index 49e9eea3b..a8e374be6 100644 --- a/tests/Ai/Ocr/BasicOcrTest.php +++ b/tests/Ai/Ocr/BasicOcrTest.php @@ -19,7 +19,7 @@ use phpOMS\Ai\Ocr\BasicOcr; /** * @internal */ -class BasicOcrTest extends \PHPUnit\Framework\TestCase +final class BasicOcrTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Ai\Ocr\BasicOcr diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php index d0fb04fb5..64e65fd78 100644 --- a/tests/Algorithm/Clustering/KmeansTest.php +++ b/tests/Algorithm/Clustering/KmeansTest.php @@ -22,7 +22,7 @@ use phpOMS\Algorithm\Clustering\Point; * * @internal */ -class KmeansTest extends \PHPUnit\Framework\TestCase +final class KmeansTest extends \PHPUnit\Framework\TestCase { /** * @testdox The clustering of points and dynamic check of new points works as expected diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php index 1674eec45..e5424b159 100644 --- a/tests/Algorithm/Clustering/PointTest.php +++ b/tests/Algorithm/Clustering/PointTest.php @@ -21,7 +21,7 @@ use phpOMS\Algorithm\Clustering\Point; * * @internal */ -class PointTest extends \PHPUnit\Framework\TestCase +final class PointTest extends \PHPUnit\Framework\TestCase { /** * @testdox The point has the expected default values after initialization diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php index a3f2674d8..e49c4b0e1 100644 --- a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php +++ b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class MinimumCoinProblemTest extends \PHPUnit\Framework\TestCase +final class MinimumCoinProblemTest extends \PHPUnit\Framework\TestCase { /** * @testdox A value is matched with the minimum quantity of available coins. diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php index a64635341..ecfb3d5cf 100644 --- a/tests/Algorithm/JobScheduling/JobTest.php +++ b/tests/Algorithm/JobScheduling/JobTest.php @@ -21,7 +21,7 @@ use phpOMS\Algorithm\JobScheduling\Job; * * @internal */ -class JobTest extends \PHPUnit\Framework\TestCase +final class JobTest extends \PHPUnit\Framework\TestCase { /** * @testdox The job has the expected values after initialization diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php index fc9cfc42a..6668f4833 100644 --- a/tests/Algorithm/JobScheduling/WeightedTest.php +++ b/tests/Algorithm/JobScheduling/WeightedTest.php @@ -22,7 +22,7 @@ use phpOMS\Algorithm\JobScheduling\Weighted; * * @internal */ -class WeightedTest extends \PHPUnit\Framework\TestCase +final class WeightedTest extends \PHPUnit\Framework\TestCase { /** * @testdox The optimal job combination is selected to maximize the value/profit without overlapping jobs diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php index 5ceb73de7..bedd54d3d 100644 --- a/tests/Algorithm/Knapsack/BackpackTest.php +++ b/tests/Algorithm/Knapsack/BackpackTest.php @@ -22,7 +22,7 @@ use phpOMS\Algorithm\Knapsack\Item; * * @internal */ -class BackpackTest extends \PHPUnit\Framework\TestCase +final class BackpackTest extends \PHPUnit\Framework\TestCase { /** * @testdox The backpack has the expected values after initialization diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php index dff9f40f7..351e0cc3e 100644 --- a/tests/Algorithm/Knapsack/BoundedTest.php +++ b/tests/Algorithm/Knapsack/BoundedTest.php @@ -23,7 +23,7 @@ use phpOMS\Algorithm\Knapsack\Item; * * @internal */ -class BoundedTest extends \PHPUnit\Framework\TestCase +final class BoundedTest extends \PHPUnit\Framework\TestCase { /** * @testdox The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php index cef5603fb..003c91a33 100644 --- a/tests/Algorithm/Knapsack/ContinuousTest.php +++ b/tests/Algorithm/Knapsack/ContinuousTest.php @@ -23,7 +23,7 @@ use phpOMS\Algorithm\Knapsack\Item; * * @internal */ -class ContinuousTest extends \PHPUnit\Framework\TestCase +final class ContinuousTest extends \PHPUnit\Framework\TestCase { /** * @testdox The optimal item selection in a backpack is calculated in order to optimize the value/profit while considering the available capacity/cost limit [discrete quantities] diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php index 48e86d552..e9e6c705c 100644 --- a/tests/Algorithm/Knapsack/ItemTest.php +++ b/tests/Algorithm/Knapsack/ItemTest.php @@ -21,7 +21,7 @@ use phpOMS\Algorithm\Knapsack\Item; * * @internal */ -class ItemTest extends \PHPUnit\Framework\TestCase +final class ItemTest extends \PHPUnit\Framework\TestCase { /** * @testdox The item has the expected values after initialization diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php index 37a148753..1f1ed4d0d 100644 --- a/tests/Algorithm/Maze/MazeGeneratorTest.php +++ b/tests/Algorithm/Maze/MazeGeneratorTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class MazeGeneratorTest extends \PHPUnit\Framework\TestCase +final class MazeGeneratorTest extends \PHPUnit\Framework\TestCase { /** * @testdox A random maze can be generated diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php index fc1b0e8b6..d9ee42022 100644 --- a/tests/Algorithm/PathFinding/AStarNodeTest.php +++ b/tests/Algorithm/PathFinding/AStarNodeTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class AStarNodeTest extends \PHPUnit\Framework\TestCase +final class AStarNodeTest extends \PHPUnit\Framework\TestCase { protected $node; diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php index 5a26a4887..475504b79 100644 --- a/tests/Algorithm/PathFinding/AStarTest.php +++ b/tests/Algorithm/PathFinding/AStarTest.php @@ -28,7 +28,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class AStarTest extends \PHPUnit\Framework\TestCase +final class AStarTest extends \PHPUnit\Framework\TestCase { private array $gridArray = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,], diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php index c03500d6a..d3b90aed0 100644 --- a/tests/Algorithm/PathFinding/GridTest.php +++ b/tests/Algorithm/PathFinding/GridTest.php @@ -25,7 +25,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class GridTest extends \PHPUnit\Framework\TestCase +final class GridTest extends \PHPUnit\Framework\TestCase { /** * @testdox By default a grid is empty diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php index 7b31569c9..c131fef9c 100644 --- a/tests/Algorithm/PathFinding/HeuristicTest.php +++ b/tests/Algorithm/PathFinding/HeuristicTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class HeuristicTest extends \PHPUnit\Framework\TestCase +final class HeuristicTest extends \PHPUnit\Framework\TestCase { /** * @testdox The heuristics return the correct metric results diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php index cf534c92b..63ffaba4c 100644 --- a/tests/Algorithm/PathFinding/JumpPointNodeTest.php +++ b/tests/Algorithm/PathFinding/JumpPointNodeTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class JumpPointNodeTest extends \PHPUnit\Framework\TestCase +final class JumpPointNodeTest extends \PHPUnit\Framework\TestCase { protected $node; diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php index ea352da69..833e877cf 100644 --- a/tests/Algorithm/PathFinding/JumpPointSearchTest.php +++ b/tests/Algorithm/PathFinding/JumpPointSearchTest.php @@ -28,7 +28,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class JumpPointSearchTest extends \PHPUnit\Framework\TestCase +final class JumpPointSearchTest extends \PHPUnit\Framework\TestCase { private array $gridArray = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,], diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php index f0d8adcd0..9558a67ef 100644 --- a/tests/Algorithm/PathFinding/NodeTest.php +++ b/tests/Algorithm/PathFinding/NodeTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class NodeTest extends \PHPUnit\Framework\TestCase +final class NodeTest extends \PHPUnit\Framework\TestCase { /** * @testdox The node has the expected values after initialization diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php index 52d4c9de9..9645346c8 100644 --- a/tests/Algorithm/PathFinding/PathTest.php +++ b/tests/Algorithm/PathFinding/PathTest.php @@ -25,7 +25,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class PathTest extends \PHPUnit\Framework\TestCase +final class PathTest extends \PHPUnit\Framework\TestCase { /** * @testdox The path has the expected values after initialization diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php index 2fd1323ac..92233659a 100644 --- a/tests/Algorithm/Sort/BitonicSortTest.php +++ b/tests/Algorithm/Sort/BitonicSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class BitonicSortTest extends \PHPUnit\Framework\TestCase +final class BitonicSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php index 36d801c06..2860335dc 100644 --- a/tests/Algorithm/Sort/BubbleSortTest.php +++ b/tests/Algorithm/Sort/BubbleSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class BubbleSortTest extends \PHPUnit\Framework\TestCase +final class BubbleSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php index 3c22dcdc7..067c730b3 100644 --- a/tests/Algorithm/Sort/BucketSortTest.php +++ b/tests/Algorithm/Sort/BucketSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class BucketSortTest extends \PHPUnit\Framework\TestCase +final class BucketSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php index 86ef6047b..72e373d13 100644 --- a/tests/Algorithm/Sort/CocktailShakerSortTest.php +++ b/tests/Algorithm/Sort/CocktailShakerSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class CocktailShakerSortTest extends \PHPUnit\Framework\TestCase +final class CocktailShakerSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php index 83195e609..a343b7ca7 100644 --- a/tests/Algorithm/Sort/CombSortTest.php +++ b/tests/Algorithm/Sort/CombSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class CombSortTest extends \PHPUnit\Framework\TestCase +final class CombSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php index af9bd980c..9486987f0 100644 --- a/tests/Algorithm/Sort/CycleSortTest.php +++ b/tests/Algorithm/Sort/CycleSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class CycleSortTest extends \PHPUnit\Framework\TestCase +final class CycleSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php index e390bd25f..a21fdddc6 100644 --- a/tests/Algorithm/Sort/GnomeSortTest.php +++ b/tests/Algorithm/Sort/GnomeSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class GnomeSortTest extends \PHPUnit\Framework\TestCase +final class GnomeSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php index 95d6c4ac2..6d7d2a7fa 100644 --- a/tests/Algorithm/Sort/HeapSortTest.php +++ b/tests/Algorithm/Sort/HeapSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class HeapSortTest extends \PHPUnit\Framework\TestCase +final class HeapSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php index e54b6a63d..c29f8a146 100644 --- a/tests/Algorithm/Sort/InsertionSortTest.php +++ b/tests/Algorithm/Sort/InsertionSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class InsertionSortTest extends \PHPUnit\Framework\TestCase +final class InsertionSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php index e915b82af..67c3b0086 100644 --- a/tests/Algorithm/Sort/IntroSortTest.php +++ b/tests/Algorithm/Sort/IntroSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class IntroSortTest extends \PHPUnit\Framework\TestCase +final class IntroSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php index a0d5b150e..f402bef3d 100644 --- a/tests/Algorithm/Sort/MergeSortTest.php +++ b/tests/Algorithm/Sort/MergeSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class MergeSortTest extends \PHPUnit\Framework\TestCase +final class MergeSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php index 1d51843bd..ae8db6ae8 100644 --- a/tests/Algorithm/Sort/OddEvenSortTest.php +++ b/tests/Algorithm/Sort/OddEvenSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class OddEvenSortTest extends \PHPUnit\Framework\TestCase +final class OddEvenSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php index 0f5ba1d8d..287998d88 100644 --- a/tests/Algorithm/Sort/PancakeSortTest.php +++ b/tests/Algorithm/Sort/PancakeSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class PancakeSortTest extends \PHPUnit\Framework\TestCase +final class PancakeSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php index 4bf4298e2..d23b766eb 100644 --- a/tests/Algorithm/Sort/QuickSortTest.php +++ b/tests/Algorithm/Sort/QuickSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class QuickSortTest extends \PHPUnit\Framework\TestCase +final class QuickSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php index ec2599711..3f681a82b 100644 --- a/tests/Algorithm/Sort/SelectionSortTest.php +++ b/tests/Algorithm/Sort/SelectionSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class SelectionSortTest extends \PHPUnit\Framework\TestCase +final class SelectionSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php index 32350f573..77265e0aa 100644 --- a/tests/Algorithm/Sort/ShellSortTest.php +++ b/tests/Algorithm/Sort/ShellSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class ShellSortTest extends \PHPUnit\Framework\TestCase +final class ShellSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php index cce5827ac..e3aac8570 100644 --- a/tests/Algorithm/Sort/StoogeSortTest.php +++ b/tests/Algorithm/Sort/StoogeSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class StoogeSortTest extends \PHPUnit\Framework\TestCase +final class StoogeSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php index 3d73d2b78..4229a7a6c 100644 --- a/tests/Algorithm/Sort/TimSortTest.php +++ b/tests/Algorithm/Sort/TimSortTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../../Autoloader.php'; * * @internal */ -class TimSortTest extends \PHPUnit\Framework\TestCase +final class TimSortTest extends \PHPUnit\Framework\TestCase { protected $list = []; diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php index 4a444d978..9693b3a9f 100644 --- a/tests/Application/ApplicationAbstractTest.php +++ b/tests/Application/ApplicationAbstractTest.php @@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract; * * @internal */ -class ApplicationAbstractTest extends \PHPUnit\Framework\TestCase +final class ApplicationAbstractTest extends \PHPUnit\Framework\TestCase { /** * @testdox Application values can be set and returned diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php index 6152c224a..30983a7f6 100644 --- a/tests/Application/ApplicationInfoTest.php +++ b/tests/Application/ApplicationInfoTest.php @@ -23,7 +23,7 @@ use phpOMS\Application\ApplicationInfo; * * @internal */ -class ApplicationInfoTest extends \PHPUnit\Framework\TestCase +final class ApplicationInfoTest extends \PHPUnit\Framework\TestCase { /** * @testdox A info file can be correctly loaded diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php index 15f4ee0fe..70336f5bd 100644 --- a/tests/Application/ApplicationManagerTest.php +++ b/tests/Application/ApplicationManagerTest.php @@ -30,7 +30,7 @@ use phpOMS\System\File\Local\Directory; * * @internal */ -class ApplicationManagerTest extends \PHPUnit\Framework\TestCase +final class ApplicationManagerTest extends \PHPUnit\Framework\TestCase { protected ApplicationManager $appManager; diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php index 3a175a031..dacb9bbd4 100644 --- a/tests/Application/InstallerAbstractTest.php +++ b/tests/Application/InstallerAbstractTest.php @@ -23,7 +23,7 @@ use phpOMS\Application\InstallerAbstract; * * @internal */ -class InstallerAbstractTest extends \PHPUnit\Framework\TestCase +final class InstallerAbstractTest extends \PHPUnit\Framework\TestCase { protected InstallerAbstract $installer; diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php index d2471e992..580973daa 100644 --- a/tests/Application/StatusAbstractTest.php +++ b/tests/Application/StatusAbstractTest.php @@ -23,7 +23,7 @@ use phpOMS\Application\StatusAbstract; * * @internal */ -class StatusAbstractTest extends \PHPUnit\Framework\TestCase +final class StatusAbstractTest extends \PHPUnit\Framework\TestCase { protected StatusAbstract $status; diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php index f157f26f9..135ac80b1 100644 --- a/tests/Application/UninstallerAbstractTest.php +++ b/tests/Application/UninstallerAbstractTest.php @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * * @internal */ -class UninstallerAbstractTest extends \PHPUnit\Framework\TestCase +final class UninstallerAbstractTest extends \PHPUnit\Framework\TestCase { protected UninstallerAbstract $uninstaller; diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 1a12af1ca..87b90ac9b 100644 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class AssetManagerTest extends \PHPUnit\Framework\TestCase +final class AssetManagerTest extends \PHPUnit\Framework\TestCase { protected $manager = null; diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index adcbfc5cd..6ba83deb4 100644 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\Asset\AssetType; /** * @internal */ -class AssetTypeTest extends \PHPUnit\Framework\TestCase +final class AssetTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index 59285ca7b..06b2f3365 100644 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class AuthTest extends \PHPUnit\Framework\TestCase +final class AuthTest extends \PHPUnit\Framework\TestCase { /** * @testdox The default http session doesn't authenticate an account diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index 2297a5fc6..cd3f49da3 100644 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\Auth\LoginReturnType; /** * @internal */ -class LoginReturnTypeTest extends \PHPUnit\Framework\TestCase +final class LoginReturnTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index 52e66123b..885898e13 100644 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\AutoloadException; /** * @internal */ -class AutoloadExceptionTest extends \PHPUnit\Framework\TestCase +final class AutoloadExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\AutoloadException diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 2107bbcf1..85be8ec6a 100644 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -21,7 +21,7 @@ use phpOMS\Autoloader; * * @internal */ -class AutoloaderTest extends \PHPUnit\Framework\TestCase +final class AutoloaderTest extends \PHPUnit\Framework\TestCase { /** * @testdox Classes can be checked for existence diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 9c4efbb7a..6f0c69805 100644 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Finance\Depreciation; * * @internal */ -class DepreciationTest extends \PHPUnit\Framework\TestCase +final class DepreciationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The straight line depreciation and reverse value calculations are correct diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index 5873d90ee..99e3e5592 100644 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Finance\FinanceFormulas; * * @internal */ -class FinanceFormulasTest extends \PHPUnit\Framework\TestCase +final class FinanceFormulasTest extends \PHPUnit\Framework\TestCase { /** * @testdox The annual percentage yield (APY) and reverse value calculations are correct diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index f6b988be3..cc16fbae3 100644 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Finance\Loan; * * @internal */ -class LoanTest extends \PHPUnit\Framework\TestCase +final class LoanTest extends \PHPUnit\Framework\TestCase { /** * @testdox The loan to deposit ratio is correct diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index 7b3725716..79164e503 100644 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Finance\Lorenzkurve; * * @internal */ -class LorenzkurveTest extends \PHPUnit\Framework\TestCase +final class LorenzkurveTest extends \PHPUnit\Framework\TestCase { /** * @testdox The gini coefficient calculation is correct diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index e22bdbb04..2610c75b9 100644 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Finance\StockBonds; * * @internal */ -class StockBondsTest extends \PHPUnit\Framework\TestCase +final class StockBondsTest extends \PHPUnit\Framework\TestCase { /** * @testdox The calculation of various stock/bond related ratios/yields is correct diff --git a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php index af25f3124..92ecbdb71 100644 --- a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php +++ b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Marketing\ArticleCorrelationAffinity; * * @internal */ -class ArticleCorrelationAffinityTest extends \PHPUnit\Framework\TestCase +final class ArticleCorrelationAffinityTest extends \PHPUnit\Framework\TestCase { /** * @testdox The highest affinities between articles purchased are calculated correctly diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php index 9a41378d2..998703ac8 100644 --- a/tests/Business/Marketing/CustomerValueTest.php +++ b/tests/Business/Marketing/CustomerValueTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Marketing\CustomerValue; * * @internal */ -class CustomerValueTest extends \PHPUnit\Framework\TestCase +final class CustomerValueTest extends \PHPUnit\Framework\TestCase { /** * @testdox The simple customer life time value is correctly calculated diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index f0505c12f..2c6ea8e7f 100644 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Marketing\Metrics; * * @internal */ -class MetricsTest extends \PHPUnit\Framework\TestCase +final class MetricsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Test the correctness of the customer retention calculation diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index 1c7d47ce5..775fd7718 100644 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Marketing\NetPromoterScore; * * @internal */ -class NetPromoterScoreTest extends \PHPUnit\Framework\TestCase +final class NetPromoterScoreTest extends \PHPUnit\Framework\TestCase { /** * @testdox The net promoter has the expected default values after initialization diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php index 8d2d386ae..d58bee767 100644 --- a/tests/Business/Marketing/PageRankTest.php +++ b/tests/Business/Marketing/PageRankTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Marketing\PageRank; * * @internal */ -class PageRankTest extends \PHPUnit\Framework\TestCase +final class PageRankTest extends \PHPUnit\Framework\TestCase { /** * @testdox Test the correctness of the page rank algorithm diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index 8aeb02695..76588a58c 100644 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -21,7 +21,7 @@ use phpOMS\Business\Programming\Metrics; * * @internal */ -class MetricsTest extends \PHPUnit\Framework\TestCase +final class MetricsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Test correctness of the ABC calculation diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index 7814a05ba..ae8cefc9d 100644 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -20,7 +20,7 @@ use phpOMS\Business\Sales\MarketShareEstimation; * * @internal */ -class MarketShareEstimationTest extends \PHPUnit\Framework\TestCase +final class MarketShareEstimationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The rank calculated with Zipf is correct diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 59512bd90..624257a3a 100644 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class OptionsTraitTest extends \PHPUnit\Framework\TestCase +final class OptionsTraitTest extends \PHPUnit\Framework\TestCase { /** * @testdox The option helper has the expected attributes diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index 03dab0238..4592f12d6 100644 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Cache\Connection\FileCache; * * @internal */ -class CachePoolTest extends \PHPUnit\Framework\TestCase +final class CachePoolTest extends \PHPUnit\Framework\TestCase { /** * @testdox The pool has the expected default values after initialization diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index 3f3a5c9fd..39fb5f2f5 100644 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Cache\CacheStatus; /** * @internal */ -class CacheStatusTest extends \PHPUnit\Framework\TestCase +final class CacheStatusTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index d2809cf75..64b0d169f 100644 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Cache\CacheType; /** * @internal */ -class CacheTypeTest extends \PHPUnit\Framework\TestCase +final class CacheTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index e687304e1..884765449 100644 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Cache\Connection\CacheValueType; /** * @internal */ -class CacheValueTypeTest extends \PHPUnit\Framework\TestCase +final class CacheValueTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index db2380a89..d77595ebf 100644 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Cache\Connection\ConnectionFactory; * * @internal */ -class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase +final class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The file cache can be created diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index bf1afe872..d8cabfe1b 100644 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -24,7 +24,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class FileCacheTest extends \PHPUnit\Framework\TestCase +final class FileCacheTest extends \PHPUnit\Framework\TestCase { protected FileCache $cache; diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php index 21607f42d..c899c8f73 100644 --- a/tests/DataStorage/Cache/Connection/MemCachedTest.php +++ b/tests/DataStorage/Cache/Connection/MemCachedTest.php @@ -24,7 +24,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class MemCachedTest extends \PHPUnit\Framework\TestCase +final class MemCachedTest extends \PHPUnit\Framework\TestCase { protected MemCached $cache; diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php index c755a24ea..fa799a3ad 100644 --- a/tests/DataStorage/Cache/Connection/RedisCacheTest.php +++ b/tests/DataStorage/Cache/Connection/RedisCacheTest.php @@ -24,7 +24,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class RedisCacheTest extends \PHPUnit\Framework\TestCase +final class RedisCacheTest extends \PHPUnit\Framework\TestCase { protected RedisCache $cache; diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php index 359e3255b..6aa23c717 100644 --- a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Cache\Exception\InvalidConnectionConfigException; /** * @internal */ -class InvalidConnectionConfigExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidConnectionConfigExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Cache\Exception\InvalidConnectionConfigException diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index 7a41baba3..fc6bd72b0 100644 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Cookie\CookieJar; * * @internal */ -class CookieJarTest extends \PHPUnit\Framework\TestCase +final class CookieJarTest extends \PHPUnit\Framework\TestCase { protected CookieJar $jar; diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index b48d05fc1..5cbd3a680 100644 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Connection\SqlServerConnection; * * @internal */ -class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase +final class ConnectionFactoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The mysql connection can be successfully created diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index 9760e12b4..8f8f774fb 100644 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * * @internal */ -class MysqlConnectionTest extends \PHPUnit\Framework\TestCase +final class MysqlConnectionTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index 3a47f9640..1b1c72916 100644 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * * @internal */ -class PostgresConnectionTest extends \PHPUnit\Framework\TestCase +final class PostgresConnectionTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index 0b9fb1b21..492762c8c 100644 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * * @internal */ -class SQLiteConnectionTest extends \PHPUnit\Framework\TestCase +final class SQLiteConnectionTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index 0d3b7b22b..709b49934 100644 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * * @internal */ -class SqlServerConnectionTest extends \PHPUnit\Framework\TestCase +final class SqlServerConnectionTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index ae6b91c82..0d4dfd419 100644 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -27,7 +27,7 @@ use phpOMS\tests\DataStorage\Database\TestModel\NullBaseModel; * * @internal */ -class DataMapperAbstractTest extends \PHPUnit\Framework\TestCase +final class DataMapperAbstractTest extends \PHPUnit\Framework\TestCase { protected BaseModel $model; diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index eea13e788..62db43509 100644 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabaseStatus; * * @internal */ -class DatabasePoolTest extends \PHPUnit\Framework\TestCase +final class DatabasePoolTest extends \PHPUnit\Framework\TestCase { protected DatabasePool $dbPool; diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index 05531aadc..70042b3ef 100644 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabaseStatus; /** * @internal */ -class DatabaseStatusTest extends \PHPUnit\Framework\TestCase +final class DatabaseStatusTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index dcf1d697b..7d3a8eb6e 100644 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabaseType; /** * @internal */ -class DatabaseTypeTest extends \PHPUnit\Framework\TestCase +final class DatabaseTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index f48c4873d..be0dceb06 100644 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException; /** * @internal */ -class InvalidConnectionConfigExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidConnectionConfigExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index 85349bfef..ddf46c206 100644 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidDatabaseTypeException; /** * @internal */ -class InvalidDatabaseTypeExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidDatabaseTypeExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Exception\InvalidDatabaseTypeException diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index 2b0dabeff..96aeaa773 100644 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidMapperException; /** * @internal */ -class InvalidMapperExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidMapperExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Exception\InvalidMapperException diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index 0565980a2..5018588ee 100644 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Query\Parameter; * * @internal */ -class BuilderTest extends \PHPUnit\Framework\TestCase +final class BuilderTest extends \PHPUnit\Framework\TestCase { protected $con; diff --git a/tests/DataStorage/Database/Query/ColumnTest.php b/tests/DataStorage/Database/Query/ColumnTest.php index 531453c4e..b78d9f0ea 100644 --- a/tests/DataStorage/Database/Query/ColumnTest.php +++ b/tests/DataStorage/Database/Query/ColumnTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Column; /** * @internal */ -class ColumnTest extends \PHPUnit\Framework\TestCase +final class ColumnTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Column diff --git a/tests/DataStorage/Database/Query/CountTest.php b/tests/DataStorage/Database/Query/CountTest.php index fe00e8575..3aafe27e9 100644 --- a/tests/DataStorage/Database/Query/CountTest.php +++ b/tests/DataStorage/Database/Query/CountTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Count; /** * @internal */ -class CountTest extends \PHPUnit\Framework\TestCase +final class CountTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Count diff --git a/tests/DataStorage/Database/Query/ExpressionTest.php b/tests/DataStorage/Database/Query/ExpressionTest.php index 5f907cd53..37b649034 100644 --- a/tests/DataStorage/Database/Query/ExpressionTest.php +++ b/tests/DataStorage/Database/Query/ExpressionTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Expression; /** * @internal */ -class ExpressionTest extends \PHPUnit\Framework\TestCase +final class ExpressionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Expression diff --git a/tests/DataStorage/Database/Query/FromTest.php b/tests/DataStorage/Database/Query/FromTest.php index 9fd846359..48a0a64e3 100644 --- a/tests/DataStorage/Database/Query/FromTest.php +++ b/tests/DataStorage/Database/Query/FromTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\From; /** * @internal */ -class FromTest extends \PHPUnit\Framework\TestCase +final class FromTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\From diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index 675d41cae..389e67ddf 100644 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\Grammar; * * @internal */ -class GrammarTest extends \PHPUnit\Framework\TestCase +final class GrammarTest extends \PHPUnit\Framework\TestCase { /** * @testdox The grammar has the expected default values after initialization diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index a38c799ce..19561d9d5 100644 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -22,7 +22,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class MysqlGrammarTest extends \PHPUnit\Framework\TestCase +final class MysqlGrammarTest extends \PHPUnit\Framework\TestCase { /** * @testdox The grammar has the expected default values after initialization diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index 084dfc039..d21b163cc 100644 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\OracleGrammar; /** * @internal */ -class OracleGrammarTest extends \PHPUnit\Framework\TestCase +final class OracleGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Grammar\OracleGrammar diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index 3d8018a6d..513d66296 100644 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\PostgresGrammar; /** * @internal */ -class PostgresGrammarTest extends \PHPUnit\Framework\TestCase +final class PostgresGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Grammar\PostgresGrammar diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index 1deeff198..8853b0453 100644 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -22,7 +22,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class SQLiteGrammarTest extends \PHPUnit\Framework\TestCase +final class SQLiteGrammarTest extends \PHPUnit\Framework\TestCase { /** * @testdox The grammar has the expected default values after initialization diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php index d7d0a76a8..dfd292b6e 100644 --- a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\SqlServerGrammar; /** * @internal */ -class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase +final class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Grammar\SqlServerGrammar diff --git a/tests/DataStorage/Database/Query/IntoTest.php b/tests/DataStorage/Database/Query/IntoTest.php index 592d97db6..6712470f8 100644 --- a/tests/DataStorage/Database/Query/IntoTest.php +++ b/tests/DataStorage/Database/Query/IntoTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Into; /** * @internal */ -class IntoTest extends \PHPUnit\Framework\TestCase +final class IntoTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Into diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index 3749f6596..091fcee36 100644 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\JoinType; /** * @internal */ -class JoinTypeTest extends \PHPUnit\Framework\TestCase +final class JoinTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index f616d77ed..394a23dd9 100644 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\QueryType; /** * @internal */ -class QueryTypeTest extends \PHPUnit\Framework\TestCase +final class QueryTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/Query/SelectTest.php b/tests/DataStorage/Database/Query/SelectTest.php index 37a467eea..618778e50 100644 --- a/tests/DataStorage/Database/Query/SelectTest.php +++ b/tests/DataStorage/Database/Query/SelectTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Select; /** * @internal */ -class SelectTest extends \PHPUnit\Framework\TestCase +final class SelectTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Select diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index f97147855..2d5eb6deb 100644 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Where; /** * @internal */ -class WhereTest extends \PHPUnit\Framework\TestCase +final class WhereTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Query\Where diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index e752aa573..0d855db16 100644 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\RelationType; /** * @internal */ -class RelationTypeTest extends \PHPUnit\Framework\TestCase +final class RelationTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index 003ab3184..e1f743010 100644 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Schema\Builder; * * @internal */ -class BuilderTest extends \PHPUnit\Framework\TestCase +final class BuilderTest extends \PHPUnit\Framework\TestCase { protected MysqlConnection $con; diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index e0841ae4e..50347e3fb 100644 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar; * * @internal */ -class GrammarTest extends \PHPUnit\Framework\TestCase +final class GrammarTest extends \PHPUnit\Framework\TestCase { /** * @testdox The grammar has the expected default values after initialization diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index 5b11db7ea..ac8549590 100644 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -25,7 +25,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class MysqlGrammarTest extends \PHPUnit\Framework\TestCase +final class MysqlGrammarTest extends \PHPUnit\Framework\TestCase { protected MysqlConnection $con; diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php index 57b6fa93e..59969f6ef 100644 --- a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\OracleGrammar; /** * @internal */ -class OracleGrammarTest extends \PHPUnit\Framework\TestCase +final class OracleGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Schema\Grammar\OracleGrammar diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index f82656ce2..65dfbb88c 100644 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar; /** * @internal */ -class PostgresGrammarTest extends \PHPUnit\Framework\TestCase +final class PostgresGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index 08cc59889..8f208789f 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class SQLiteGrammarTest extends \PHPUnit\Framework\TestCase +final class SQLiteGrammarTest extends \PHPUnit\Framework\TestCase { /** * @testdox The grammar has the expected default values after initialization diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index 52231bc4a..82d1104ee 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar; /** * @internal */ -class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase +final class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index 4b58ee399..1f4b02f96 100644 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; /** * @internal */ -class QueryTypeTest extends \PHPUnit\Framework\TestCase +final class QueryTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php index 3858bc0ed..c47e6e333 100644 --- a/tests/DataStorage/Database/SchemaMapperTest.php +++ b/tests/DataStorage/Database/SchemaMapperTest.php @@ -20,7 +20,7 @@ use phpOMS\DataStorage\Database\SchemaMapper; * * @internal */ -class SchemaMapperTest extends \PHPUnit\Framework\TestCase +final class SchemaMapperTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index 32d28dc8f..853e27c07 100644 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\LockException; /** * @internal */ -class LockExceptionTest extends \PHPUnit\Framework\TestCase +final class LockExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\DataStorage\LockException diff --git a/tests/DataStorage/Session/FileSessionHandlerTest.php b/tests/DataStorage/Session/FileSessionHandlerTest.php index 27067a7be..fb87a0b56 100644 --- a/tests/DataStorage/Session/FileSessionHandlerTest.php +++ b/tests/DataStorage/Session/FileSessionHandlerTest.php @@ -22,7 +22,7 @@ use phpOMS\System\File\Local\Directory; * * @internal */ -class FileSessionHandlerTest extends \PHPUnit\Framework\TestCase +final class FileSessionHandlerTest extends \PHPUnit\Framework\TestCase { protected FileSessionHandler $sh; diff --git a/tests/DataStorage/Session/FileSessionTest.php b/tests/DataStorage/Session/FileSessionTest.php index b45da0686..27b4b8f2c 100644 --- a/tests/DataStorage/Session/FileSessionTest.php +++ b/tests/DataStorage/Session/FileSessionTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Session\FileSession; * * @internal */ -class FileSessionTest extends \PHPUnit\Framework\TestCase +final class FileSessionTest extends \PHPUnit\Framework\TestCase { protected FileSession $session; diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index 0c97f6848..ad9cbc635 100644 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Session\HttpSession; * * @internal */ -class HttpSessionTest extends \PHPUnit\Framework\TestCase +final class HttpSessionTest extends \PHPUnit\Framework\TestCase { protected HttpSession $session; diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index 04945ddae..248c85aed 100644 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -30,7 +30,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class DispatcherTest extends \PHPUnit\Framework\TestCase +final class DispatcherTest extends \PHPUnit\Framework\TestCase { protected ApplicationAbstract $app; diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index bf95fc589..f59fd7f31 100644 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -23,7 +23,7 @@ use phpOMS\Event\EventManager; * * @internal */ -class EventManagerTest extends \PHPUnit\Framework\TestCase +final class EventManagerTest extends \PHPUnit\Framework\TestCase { protected EventManager $event; diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 83eca3030..850865b86 100644 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests; /** * @internal */ -class ExtensionTest extends \PHPUnit\Framework\TestCase +final class ExtensionTest extends \PHPUnit\Framework\TestCase { public function testExtensionMbstring() : void { diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index 613e9aa8b..df51a8dfa 100644 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Localization\Defaults\CityMapper; * * @internal */ -class CityMapperTest extends \PHPUnit\Framework\TestCase +final class CityMapperTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index 6641fad15..0b67fc9d3 100644 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -23,7 +23,7 @@ use phpOMS\Localization\Defaults\City; * * @internal */ -class CityTest extends \PHPUnit\Framework\TestCase +final class CityTest extends \PHPUnit\Framework\TestCase { /** * @testdox The model has the expected member variables and default values diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index c8d18fa61..c5c83d755 100644 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Localization\Defaults\CountryMapper; * * @internal */ -class CountryMapperTest extends \PHPUnit\Framework\TestCase +final class CountryMapperTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 6665f17d8..c9ad60f3c 100644 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -23,7 +23,7 @@ use phpOMS\Localization\Defaults\Country; * * @internal */ -class CountryTest extends \PHPUnit\Framework\TestCase +final class CountryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The model has the expected member variables and default values diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index 121b2afa5..fa409d193 100644 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Localization\Defaults\CurrencyMapper; * * @internal */ -class CurrencyMapperTest extends \PHPUnit\Framework\TestCase +final class CurrencyMapperTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index 78c432067..b9c681911 100644 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -23,7 +23,7 @@ use phpOMS\Localization\Defaults\Currency; * * @internal */ -class CurrencyTest extends \PHPUnit\Framework\TestCase +final class CurrencyTest extends \PHPUnit\Framework\TestCase { /** * @testdox The model has the expected member variables and default values diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index 683e70e51..1a7b58b4e 100644 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Localization\Defaults\IbanMapper; * * @internal */ -class IbanMapperTest extends \PHPUnit\Framework\TestCase +final class IbanMapperTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index eb21fb07c..ac69795fc 100644 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -23,7 +23,7 @@ use phpOMS\Localization\Defaults\Iban; * * @internal */ -class IbanTest extends \PHPUnit\Framework\TestCase +final class IbanTest extends \PHPUnit\Framework\TestCase { /** * @testdox The model has the expected member variables and default values diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index b7175d340..2191a0f88 100644 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Localization\Defaults\LanguageMapper; * * @internal */ -class LanguageMapperTest extends \PHPUnit\Framework\TestCase +final class LanguageMapperTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index a72dcf88c..1d53444e2 100644 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -23,7 +23,7 @@ use phpOMS\Localization\Defaults\Language; * * @internal */ -class LanguageTest extends \PHPUnit\Framework\TestCase +final class LanguageTest extends \PHPUnit\Framework\TestCase { /** * @testdox The model has the expected member variables and default values diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index 90921c872..5a5d1f9e8 100644 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO3166CharEnum; /** * @internal */ -class ISO3166CharEnumTest extends \PHPUnit\Framework\TestCase +final class ISO3166CharEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index f837d8adc..0b2d66d98 100644 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO3166NameEnum; /** * @internal */ -class ISO3166NameEnumTest extends \PHPUnit\Framework\TestCase +final class ISO3166NameEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index 8532a8eaf..745f95b46 100644 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO3166NumEnum; /** * @internal */ -class ISO3166NumEnumTest extends \PHPUnit\Framework\TestCase +final class ISO3166NumEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index 4579cc48f..8d84f88f8 100644 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO3166TwoEnum; /** * @internal */ -class ISO3166TwoEnumTest extends \PHPUnit\Framework\TestCase +final class ISO3166TwoEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index 161df983d..b1bbb2954 100644 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217CharEnum; /** * @internal */ -class ISO4217CharEnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217CharEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index f14833e09..42351f81b 100644 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217DecimalEnum; /** * @internal */ -class ISO4217DecimalEnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217DecimalEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index b21225ddb..d8702e9f7 100644 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217Enum; /** * @internal */ -class ISO4217EnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217EnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index 0d3002d67..2a58c46e9 100644 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217NumEnum; /** * @internal */ -class ISO4217NumEnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217NumEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index b71b3fdd7..1cf7775bb 100644 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217SubUnitEnum; /** * @internal */ -class ISO4217SubUnitEnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217SubUnitEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index 0631e1e52..323a20cec 100644 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO4217SymbolEnum; /** * @internal */ -class ISO4217SymbolEnumTest extends \PHPUnit\Framework\TestCase +final class ISO4217SymbolEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index c97a65b26..19d56cbf1 100644 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO639Enum; /** * @internal */ -class ISO639EnumTest extends \PHPUnit\Framework\TestCase +final class ISO639EnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index 9d64b4c12..6061fdde3 100644 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO639x1Enum; /** * @internal */ -class ISO639x1EnumTest extends \PHPUnit\Framework\TestCase +final class ISO639x1EnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index 938152298..32bf37963 100644 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO639x2Enum; /** * @internal */ -class ISO639x2EnumTest extends \PHPUnit\Framework\TestCase +final class ISO639x2EnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index 5db5774e3..003c232c2 100644 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\ISO8601EnumArray; /** * @internal */ -class ISO8601EnumArrayTest extends \PHPUnit\Framework\TestCase +final class ISO8601EnumArrayTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index 799340294..54f68cc9e 100644 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class L11nManagerTest extends \PHPUnit\Framework\TestCase +final class L11nManagerTest extends \PHPUnit\Framework\TestCase { protected L11nManager $l11nManager; diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index 3aaffb82d..1571c5c05 100644 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -29,7 +29,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class LocalizationTest extends \PHPUnit\Framework\TestCase +final class LocalizationTest extends \PHPUnit\Framework\TestCase { protected Localization $localization; diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index ed54a4a2c..b60b9cf0e 100644 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -24,7 +24,7 @@ use phpOMS\Localization\Money; * * @internal */ -class MoneyTest extends \PHPUnit\Framework\TestCase +final class MoneyTest extends \PHPUnit\Framework\TestCase { /** * @testdox The datatype has the expected member variables and default values diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index 751df7246..0b6b93392 100644 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\PhoneEnum; /** * @internal */ -class PhoneEnumTest extends \PHPUnit\Framework\TestCase +final class PhoneEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index f1814eb7e..7b4585ab1 100644 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -21,7 +21,7 @@ use phpOMS\Localization\TimeZoneEnumArray; /** * @internal */ -class TimeZoneEnumArrayTest extends \PHPUnit\Framework\TestCase +final class TimeZoneEnumArrayTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index 3f7b622df..f62983346 100644 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -25,7 +25,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class FileLoggerTest extends \PHPUnit\Framework\TestCase +final class FileLoggerTest extends \PHPUnit\Framework\TestCase { protected FileLogger $log; diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index 4d19f1ea0..61d329374 100644 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -21,7 +21,7 @@ use phpOMS\Log\LogLevel; /** * @internal */ -class LogLevelTest extends \PHPUnit\Framework\TestCase +final class LogLevelTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Math/Exception/ZeroDevisionExceptionTest.php b/tests/Math/Exception/ZeroDevisionExceptionTest.php index c669b95d6..b20d0c6d9 100644 --- a/tests/Math/Exception/ZeroDevisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDevisionExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Exception\ZeroDivisionException; /** * @internal */ -class ZeroDivisionExceptionTest extends \PHPUnit\Framework\TestCase +final class ZeroDivisionExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Exception\ZeroDivisionException diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php index 54c67c9ea..87bb440d5 100644 --- a/tests/Math/Functions/BetaTest.php +++ b/tests/Math/Functions/BetaTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Beta; * * @internal */ -class BetaTest extends \PHPUnit\Framework\TestCase +final class BetaTest extends \PHPUnit\Framework\TestCase { /** * @testdox The beta function can be approximated diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php index d61cfefdc..bedca9179 100644 --- a/tests/Math/Functions/FibonacciTest.php +++ b/tests/Math/Functions/FibonacciTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Fibonacci; * * @internal */ -class FibonacciTest extends \PHPUnit\Framework\TestCase +final class FibonacciTest extends \PHPUnit\Framework\TestCase { /** * @testdox A number can be checked if it is a fibonacci number diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index b4baa6dac..3b5f18f97 100644 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Functions\Functions; * * @internal */ -class FunctionsTest extends \PHPUnit\Framework\TestCase +final class FunctionsTest extends \PHPUnit\Framework\TestCase { /** * @testdox The factorial of a number can be calculated diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index 3127d4247..8216093d6 100644 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -22,7 +22,7 @@ use phpOMS\Math\Functions\Gamma; * * @internal */ -class GammaTest extends \PHPUnit\Framework\TestCase +final class GammaTest extends \PHPUnit\Framework\TestCase { /** * @testdox The gamma function can be approximated diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index 67daa16f3..3f94f9579 100644 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\ConvexHull\MonotoneChain; * * @internal */ -class MonotoneChainTest extends \PHPUnit\Framework\TestCase +final class MonotoneChainTest extends \PHPUnit\Framework\TestCase { /** * @testdox A convex hull can be formed from multiple points on a plane diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index 74b420331..6ae78c099 100644 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Circle; * * @internal */ -class CircleTest extends \PHPUnit\Framework\TestCase +final class CircleTest extends \PHPUnit\Framework\TestCase { /** * @testdox The surface can be calculated diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 968586162..253008233 100644 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Ellipse; * * @internal */ -class EllipseTest extends \PHPUnit\Framework\TestCase +final class EllipseTest extends \PHPUnit\Framework\TestCase { /** * @testdox The surface can be calculated diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index dc715c9c0..c85c2e118 100644 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Polygon; * * @internal */ -class PolygonTest extends \PHPUnit\Framework\TestCase +final class PolygonTest extends \PHPUnit\Framework\TestCase { /** * @testdox The location of a point can be checked relative to a polygon diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index d11c52d66..ff79f4844 100644 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Quadrilateral; * * @internal */ -class QuadrilateralTest extends \PHPUnit\Framework\TestCase +final class QuadrilateralTest extends \PHPUnit\Framework\TestCase { /** * @testdox The area can be calculated diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index 9451e3bde..c7002e0ef 100644 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Rectangle; * * @internal */ -class RectangleTest extends \PHPUnit\Framework\TestCase +final class RectangleTest extends \PHPUnit\Framework\TestCase { /** * @testdox The surface can be calculated diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index afd18dd91..74d80ce3e 100644 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Trapezoid; * * @internal */ -class TrapezoidTest extends \PHPUnit\Framework\TestCase +final class TrapezoidTest extends \PHPUnit\Framework\TestCase { /** * @testdox The surface can be calculated diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index 76f526d88..851903749 100644 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D2\Triangle; * * @internal */ -class TriangleTest extends \PHPUnit\Framework\TestCase +final class TriangleTest extends \PHPUnit\Framework\TestCase { /** * @testdox The surface can be calculated diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index c4e5e3bfc..9db2b9f42 100644 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Cone; * * @internal */ -class ConeTest extends \PHPUnit\Framework\TestCase +final class ConeTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index 48979e5c6..3e15ca30e 100644 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Cuboid; * * @internal */ -class CuboidTest extends \PHPUnit\Framework\TestCase +final class CuboidTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index c8ee1c523..e402e8ad4 100644 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Cylinder; * * @internal */ -class CylinderTest extends \PHPUnit\Framework\TestCase +final class CylinderTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index 6cec7697a..b5f2f96e4 100644 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Prism; * * @internal */ -class PrismTest extends \PHPUnit\Framework\TestCase +final class PrismTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated with the length diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index ad8bee3e6..947253db4 100644 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\RectangularPyramid; * * @internal */ -class RectangularPyramidTest extends \PHPUnit\Framework\TestCase +final class RectangularPyramidTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index 0679a321c..bc1f9af60 100644 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Sphere; * * @internal */ -class SphereTest extends \PHPUnit\Framework\TestCase +final class SphereTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index 83e776081..468ada951 100644 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Geometry\Shape\D3\Tetrahedron; * * @internal */ -class TetrahedronTest extends \PHPUnit\Framework\TestCase +final class TetrahedronTest extends \PHPUnit\Framework\TestCase { /** * @testdox The volume can be calculated diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index 0f93aac4e..ec920fe2e 100644 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Vector; * * @internal */ -class CholeskyDecompositionTest extends \PHPUnit\Framework\TestCase +final class CholeskyDecompositionTest extends \PHPUnit\Framework\TestCase { /** * @testdox The decomposition can be created and the original matrix can be computed diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php index f9636439e..34589b131 100644 --- a/tests/Math/Matrix/EigenvalueDecompositionTest.php +++ b/tests/Math/Matrix/EigenvalueDecompositionTest.php @@ -22,7 +22,7 @@ use phpOMS\Math\Matrix\Matrix; * * @internal */ -class EigenvalueDecompositionTest extends \PHPUnit\Framework\TestCase +final class EigenvalueDecompositionTest extends \PHPUnit\Framework\TestCase { /** * @testdox A matrix can be checked for symmetry diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index a00f714c0..63ba39a22 100644 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * @internal */ -class InvalidDimensionExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidDimensionExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Matrix\Exception\InvalidDimensionException diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index c22352183..f3826d63d 100644 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\IdentityMatrix; * * @internal */ -class IdentityMatrixTest extends \PHPUnit\Framework\TestCase +final class IdentityMatrixTest extends \PHPUnit\Framework\TestCase { /** * @testdox The identity matrix is the identity diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index a8ac5d851..a3f72ce3c 100644 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Vector; * * @internal */ -class LUDecompositionTest extends \PHPUnit\Framework\TestCase +final class LUDecompositionTest extends \PHPUnit\Framework\TestCase { /** * @testdox The L matrix of the decomposition can be calculated diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index 771935272..430591a55 100644 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -22,7 +22,7 @@ use phpOMS\Math\Matrix\Vector; * * @internal */ -class MatrixTest extends \PHPUnit\Framework\TestCase +final class MatrixTest extends \PHPUnit\Framework\TestCase { protected $A = null; diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index 605a5523e..b953be4ae 100644 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Vector; * * @internal */ -class QRDecompositionTest extends \PHPUnit\Framework\TestCase +final class QRDecompositionTest extends \PHPUnit\Framework\TestCase { /** * @testdox A matrix can be checked if it has a full rank diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index 410495bb2..691bcf93f 100644 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Matrix\Vector; * * @internal */ -class VectorTest extends \PHPUnit\Framework\TestCase +final class VectorTest extends \PHPUnit\Framework\TestCase { /** * @testdox The vector has the expected default values after initialization diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index 230157d79..d06661286 100644 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Number\Complex; * * @internal */ -class ComplexTest extends \PHPUnit\Framework\TestCase +final class ComplexTest extends \PHPUnit\Framework\TestCase { /** * @testdox The complex number has the expected default values after initialization diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index caa9a0b83..b53d2785a 100644 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Number\Integer; * * @internal */ -class IntegerTest extends \PHPUnit\Framework\TestCase +final class IntegerTest extends \PHPUnit\Framework\TestCase { /** * @testdox A value can be checked to be an integer diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index 0de87dbed..3b28ffb8b 100644 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Number\Natural; * * @internal */ -class NaturalTest extends \PHPUnit\Framework\TestCase +final class NaturalTest extends \PHPUnit\Framework\TestCase { /** * @testdox A number can be checked to be natural diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index 80c9da675..a6517b558 100644 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Number\NumberType; /** * @internal */ -class NumberTypeTest extends \PHPUnit\Framework\TestCase +final class NumberTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index 5de8bd2cb..72c48ee53 100644 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Number\Numbers; * * @internal */ -class NumbersTest extends \PHPUnit\Framework\TestCase +final class NumbersTest extends \PHPUnit\Framework\TestCase { /** * @testdox A number can be checked to be perfect diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index 5f6ea2f60..0f240bc65 100644 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Number\Prime; * * @internal */ -class PrimeTest extends \PHPUnit\Framework\TestCase +final class PrimeTest extends \PHPUnit\Framework\TestCase { /** * @testdox A number can be checked to be a prime number diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php index 950c110a8..b9016424e 100644 --- a/tests/Math/Numerics/IntegrationTest.php +++ b/tests/Math/Numerics/IntegrationTest.php @@ -25,7 +25,7 @@ use phpOMS\Math\Numerics\Integration; * * Commented out assertions which take a long time with xdebug. without xdebug these are fine! */ -class IntegrationTest extends \PHPUnit\Framework\TestCase +final class IntegrationTest extends \PHPUnit\Framework\TestCase { /** * @testdox Integration by summing up rectangle areas from the left side diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index e2d9ce271..7648a239a 100644 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -22,7 +22,7 @@ use phpOMS\Math\Numerics\Interpolation\DerivativeType; * * @internal */ -class CubicSplineInterpolationTest extends \PHPUnit\Framework\TestCase +final class CubicSplineInterpolationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The spline interpolation using the first derivative is correct diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php index 8d6f82862..f76fee9cc 100644 --- a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Numerics\Interpolation\LagrangeInterpolation; * * @internal */ -class LagrangeInterpolationTest extends \PHPUnit\Framework\TestCase +final class LagrangeInterpolationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The lagrange interpolation is correct diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index 285fd3251..ee20db01e 100644 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Numerics\Interpolation\LinearInterpolation; * * @internal */ -class LinearInterpolationTest extends \PHPUnit\Framework\TestCase +final class LinearInterpolationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The linear interpolation is correct diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index 237ecde95..f22fe0b13 100644 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Parser\Evaluator; * * @internal */ -class EvaluatorTest extends \PHPUnit\Framework\TestCase +final class EvaluatorTest extends \PHPUnit\Framework\TestCase { /** * @testdox Basic formulas using +, -, *, /, () and ^ can be evaluated diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index 4c862da1a..aae7d9eb7 100644 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average; * * @internal */ -class AverageTest extends \PHPUnit\Framework\TestCase +final class AverageTest extends \PHPUnit\Framework\TestCase { /** * @testdox The average change of a dataset is correctly calculated diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 343ca1a6a..9b932a9fa 100644 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Statistic\Basic; /** * @internal */ -class BasicTest extends \PHPUnit\Framework\TestCase +final class BasicTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Statistic\Basic diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index 36cef2f2a..f934ec884 100644 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Correlation; * * @internal */ -class CorrelationTest extends \PHPUnit\Framework\TestCase +final class CorrelationTest extends \PHPUnit\Framework\TestCase { /** * @testdox The correlation coefficient (Bravis Person) is calculated correctly diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index 3d4959b1d..ed3ad4cd4 100644 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\ArrayUtils; /** * @internal */ -class ErrorTest extends \PHPUnit\Framework\TestCase +final class ErrorTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Statistic\Forecast\Error diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php index d4b48dfac..5015bb71e 100644 --- a/tests/Math/Statistic/Forecast/ForecastsTest.php +++ b/tests/Math/Statistic/Forecast/ForecastsTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Statistic\Forecast\Forecasts; /** * @internal */ -class ForecastsTest extends \PHPUnit\Framework\TestCase +final class ForecastsTest extends \PHPUnit\Framework\TestCase { public function testForecastInterval() : void { diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index 5cbb4281e..d06037250 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -23,7 +23,7 @@ use phpOMS\Math\Stochastic\Distribution\TDistribution; * * @internal */ -class LevelLevelRegressionTest extends \PHPUnit\Framework\TestCase +final class LevelLevelRegressionTest extends \PHPUnit\Framework\TestCase { protected $reg = null; diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index 1de4b61a3..4f2b297fb 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Forecast\Regression\LevelLogRegression; * * @internal */ -class LevelLogRegressionTest extends \PHPUnit\Framework\TestCase +final class LevelLogRegressionTest extends \PHPUnit\Framework\TestCase { protected $reg = null; diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index f7edd4175..b6ccb4721 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Forecast\Regression\LogLevelRegression; * * @internal */ -class LogLevelRegressionTest extends \PHPUnit\Framework\TestCase +final class LogLevelRegressionTest extends \PHPUnit\Framework\TestCase { protected $reg = null; diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index f1f020181..7332413a6 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Forecast\Regression\LogLogRegression; * * @internal */ -class LogLogRegressionTest extends \PHPUnit\Framework\TestCase +final class LogLogRegressionTest extends \PHPUnit\Framework\TestCase { protected $reg = null; diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php index 6666fc297..559050213 100644 --- a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Forecast\Regression\PolynomialRegression; * * @internal */ -class PolynomialRegressionTest extends \PHPUnit\Framework\TestCase +final class PolynomialRegressionTest extends \PHPUnit\Framework\TestCase { protected $reg = null; diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index 4a266fd54..25c69e998 100644 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; * * @internal */ -class MeasureOfDispersionTest extends \PHPUnit\Framework\TestCase +final class MeasureOfDispersionTest extends \PHPUnit\Framework\TestCase { /** * @testdox The range of a dataset is correctly calculated diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index 694f9ea7e..ff2a12707 100644 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\BernoulliDistribution; /** * @internal */ -class BernoulliDistributionTest extends \PHPUnit\Framework\TestCase +final class BernoulliDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\BernoulliDistribution diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index 39c608192..2eeec989f 100644 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\BetaDistribution; /** * @internal */ -class BetaDistributionTest extends \PHPUnit\Framework\TestCase +final class BetaDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\BetaDistribution diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index 8cf6392fe..fd7e615f1 100644 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\BinomialDistribution; /** * @internal */ -class BinomialDistributionTest extends \PHPUnit\Framework\TestCase +final class BinomialDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\BinomialDistribution diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index f1b0f54ac..3e4a88243 100644 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\CauchyDistribution; /** * @internal */ -class CauchyDistributionTest extends \PHPUnit\Framework\TestCase +final class CauchyDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\CauchyDistribution diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index 8e2624193..c5a9afead 100644 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\ChiSquaredDistribution; /** * @internal */ -class ChiSquaredDistributionTest extends \PHPUnit\Framework\TestCase +final class ChiSquaredDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\ChiSquaredDistribution diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index 1b4066913..213d88f2f 100644 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\ExponentialDistribution; /** * @internal */ -class ExponentialDistributionTest extends \PHPUnit\Framework\TestCase +final class ExponentialDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\ExponentialDistribution diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index 364f585ab..ccecdf602 100644 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\FDistribution; /** * @internal */ -class FDistributionTest extends \PHPUnit\Framework\TestCase +final class FDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\FDistribution diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index 475a373eb..c9c202bfe 100644 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\GammaDistribution; /** * @internal */ -class GammaDistributionTest extends \PHPUnit\Framework\TestCase +final class GammaDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\GammaDistribution diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index 4d72f91ec..6711e706a 100644 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\GeometricDistribution; /** * @internal */ -class GeometricDistributionTest extends \PHPUnit\Framework\TestCase +final class GeometricDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\GeometricDistribution diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index 547f1809c..7916087ea 100644 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\HypergeometricDistribution; /** * @internal */ -class HypergeometricDistributionTest extends \PHPUnit\Framework\TestCase +final class HypergeometricDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\HypergeometricDistribution diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index 578fa9e75..b07f0527a 100644 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\LaplaceDistribution; /** * @internal */ -class LaplaceDistributionTest extends \PHPUnit\Framework\TestCase +final class LaplaceDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\LaplaceDistribution diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index 5de923808..3982bd214 100644 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\LogDistribution; /** * @internal */ -class LogDistributionTest extends \PHPUnit\Framework\TestCase +final class LogDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\LogDistribution diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index 26e59ddbd..e8dcc9d2a 100644 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\LogNormalDistribution; /** * @internal */ -class LogNormalDistributionTest extends \PHPUnit\Framework\TestCase +final class LogNormalDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\LogNormalDistribution diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index efaae60b0..0db5e3d86 100644 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\LogisticDistribution; /** * @internal */ -class LogisticDistributionTest extends \PHPUnit\Framework\TestCase +final class LogisticDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\LogisticDistribution diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index 32f0ee028..62cd2bf10 100644 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\NormalDistribution; /** * @internal */ -class NormalDistributionTest extends \PHPUnit\Framework\TestCase +final class NormalDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\NormalDistribution diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index ea021c7cf..98026a143 100644 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\ParetoDistribution; /** * @internal */ -class ParetoDistributionTest extends \PHPUnit\Framework\TestCase +final class ParetoDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\ParetoDistribution diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index cc726f7d5..2ab7e07a2 100644 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\PoissonDistribution; /** * @internal */ -class PoissonDistributionTest extends \PHPUnit\Framework\TestCase +final class PoissonDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\PoissonDistribution diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index fa43ef09a..73dbe8f3e 100644 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\TDistribution; /** * @internal */ -class TDistributionTest extends \PHPUnit\Framework\TestCase +final class TDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\TDistribution diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index aec410b3f..df54a2bc5 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\UniformDistributionContinuous; /** * @internal */ -class UniformDistributionContinuousTest extends \PHPUnit\Framework\TestCase +final class UniformDistributionContinuousTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\UniformDistributionContinuous diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index 3f66ac990..99ac7a8a5 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\UniformDistributionDiscrete; /** * @internal */ -class UniformDistributionDiscreteTest extends \PHPUnit\Framework\TestCase +final class UniformDistributionDiscreteTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\UniformDistributionDiscrete diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index 95a427450..7d8ebf98d 100644 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -19,7 +19,7 @@ use phpOMS\Math\Stochastic\Distribution\WeibullDistribution; /** * @internal */ -class WeibullDistributionTest extends \PHPUnit\Framework\TestCase +final class WeibullDistributionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Math\Stochastic\Distribution\WeibullDistribution diff --git a/tests/Math/Stochastic/Distribution/ZTestTest.php b/tests/Math/Stochastic/Distribution/ZTestTest.php index ae6ee772a..cb45d07a1 100644 --- a/tests/Math/Stochastic/Distribution/ZTestTest.php +++ b/tests/Math/Stochastic/Distribution/ZTestTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Stochastic\Distribution\ZTesting; /** * @internal */ -class ZTestingTest extends \PHPUnit\Framework\TestCase +final class ZTestingTest extends \PHPUnit\Framework\TestCase { // http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_HypothesisTesting-ChiSquare/BS704_HypothesisTesting-ChiSquare_print.html diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php index 6820df417..10d0039fd 100644 --- a/tests/Math/Stochastic/NaiveBayesClassifierTest.php +++ b/tests/Math/Stochastic/NaiveBayesClassifierTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Stochastic\NaiveBayesClassifier; * * @internal */ -class NaiveBayesClassifierTest extends \PHPUnit\Framework\TestCase +final class NaiveBayesClassifierTest extends \PHPUnit\Framework\TestCase { public const PLAY = [ ['weather' => ['Overcast']], diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php index 4d6d5550d..a9514f7cd 100644 --- a/tests/Math/Topology/Metrics2DTest.php +++ b/tests/Math/Topology/Metrics2DTest.php @@ -21,7 +21,7 @@ use phpOMS\Math\Topology\Metrics2D; * * @internal */ -class Metrics2DTest extends \PHPUnit\Framework\TestCase +final class Metrics2DTest extends \PHPUnit\Framework\TestCase { /** * @testdox The manhattan distance can be calculated diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php index 3f69b8669..23c484a7c 100644 --- a/tests/Math/Topology/MetricsNDTest.php +++ b/tests/Math/Topology/MetricsNDTest.php @@ -22,7 +22,7 @@ use phpOMS\Math\Topology\MetricsND; * * @internal */ -class MetricsNDTest extends \PHPUnit\Framework\TestCase +final class MetricsNDTest extends \PHPUnit\Framework\TestCase { /** * @testdox The manhattan distance can be calculated diff --git a/tests/Message/Console/ConsoleHeaderTest.php b/tests/Message/Console/ConsoleHeaderTest.php index cbefe9b1c..c54f75acc 100644 --- a/tests/Message/Console/ConsoleHeaderTest.php +++ b/tests/Message/Console/ConsoleHeaderTest.php @@ -21,7 +21,7 @@ use phpOMS\Message\Http\RequestStatusCode; /** * @internal */ -class ConsoleHeaderTest extends \PHPUnit\Framework\TestCase +final class ConsoleHeaderTest extends \PHPUnit\Framework\TestCase { private ConsoleHeader $header; diff --git a/tests/Message/Console/ConsoleRequestTest.php b/tests/Message/Console/ConsoleRequestTest.php index 6daec1f04..d2b31e8e4 100644 --- a/tests/Message/Console/ConsoleRequestTest.php +++ b/tests/Message/Console/ConsoleRequestTest.php @@ -23,7 +23,7 @@ use phpOMS\Uri\Argument; /** * @internal */ -class ConsoleRequestTest extends \PHPUnit\Framework\TestCase +final class ConsoleRequestTest extends \PHPUnit\Framework\TestCase { private ConsoleRequest $request; diff --git a/tests/Message/Console/ConsoleResponseTest.php b/tests/Message/Console/ConsoleResponseTest.php index 418bc4466..88e0371f2 100644 --- a/tests/Message/Console/ConsoleResponseTest.php +++ b/tests/Message/Console/ConsoleResponseTest.php @@ -21,7 +21,7 @@ use phpOMS\System\MimeType; /** * @internal */ -class ConsoleResponseTest extends \PHPUnit\Framework\TestCase +final class ConsoleResponseTest extends \PHPUnit\Framework\TestCase { protected ConsoleResponse $response; diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index 670b4dd2c..dca32f6b2 100644 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -23,7 +23,7 @@ use phpOMS\Message\HeaderAbstract; * * @internal */ -class HeaderAbstractTest extends \PHPUnit\Framework\TestCase +final class HeaderAbstractTest extends \PHPUnit\Framework\TestCase { protected $header = null; diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index f8ee5d4c8..2c950f97b 100644 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Http\BrowserType; /** * @internal */ -class BrowserTypeTest extends \PHPUnit\Framework\TestCase +final class BrowserTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php index 0df332ad7..7609bcf6f 100644 --- a/tests/Message/Http/HttpHeaderTest.php +++ b/tests/Message/Http/HttpHeaderTest.php @@ -24,7 +24,7 @@ use phpOMS\System\MimeType; * * @internal */ -class HttpHeaderTest extends \PHPUnit\Framework\TestCase +final class HttpHeaderTest extends \PHPUnit\Framework\TestCase { protected HttpHeader $header; diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php index a71f79fc0..0fad53002 100644 --- a/tests/Message/Http/HttpRequestTest.php +++ b/tests/Message/Http/HttpRequestTest.php @@ -30,7 +30,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class HttpRequestTest extends \PHPUnit\Framework\TestCase +final class HttpRequestTest extends \PHPUnit\Framework\TestCase { /** * @testdox The request has the expected default values after initialization diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php index 9930dc28f..2979178aa 100644 --- a/tests/Message/Http/HttpResponseTest.php +++ b/tests/Message/Http/HttpResponseTest.php @@ -24,7 +24,7 @@ use phpOMS\System\MimeType; * * @internal */ -class HttpResponseTest extends \PHPUnit\Framework\TestCase +final class HttpResponseTest extends \PHPUnit\Framework\TestCase { protected HttpResponse $response; diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index e7fb10c46..bd0cade69 100644 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Http\OSType; /** * @internal */ -class OSTypeTest extends \PHPUnit\Framework\TestCase +final class OSTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index 1f0fdf961..dcc9bf365 100644 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Http\RequestMethod; /** * @internal */ -class RequestMethodTest extends \PHPUnit\Framework\TestCase +final class RequestMethodTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index b536c4f4e..51612d56b 100644 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Http\RequestStatusCode; /** * @internal */ -class RequestStatusCodeTest extends \PHPUnit\Framework\TestCase +final class RequestStatusCodeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index 447cfaa91..ac1dd87ea 100644 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Http\RequestStatus; /** * @internal */ -class RequestStatusTest extends \PHPUnit\Framework\TestCase +final class RequestStatusTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index efeffebb7..2fa948dc4 100644 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -24,7 +24,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class RestTest extends \PHPUnit\Framework\TestCase +final class RestTest extends \PHPUnit\Framework\TestCase { /** * @testdox A get request successfully returns the expected result diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php index 804690df2..2f7010d85 100644 --- a/tests/Message/Mail/EmailTest.php +++ b/tests/Message/Mail/EmailTest.php @@ -25,7 +25,7 @@ use phpOMS\System\MimeType; * * @internal */ -class EmailTestTest extends \PHPUnit\Framework\TestCase +final class EmailTestTest extends \PHPUnit\Framework\TestCase { protected Email $mail; diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php index 127603b98..fc062a682 100644 --- a/tests/Message/Mail/MailHandlerTest.php +++ b/tests/Message/Mail/MailHandlerTest.php @@ -29,7 +29,7 @@ use phpOMS\System\SystemType; * * @internal */ -class MailHandlerTest extends \PHPUnit\Framework\TestCase +final class MailHandlerTest extends \PHPUnit\Framework\TestCase { protected MailHandler $handler; diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php index 8032c72a6..72bda0031 100644 --- a/tests/Message/RequestAbstractTest.php +++ b/tests/Message/RequestAbstractTest.php @@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract; * * @internal */ -class RequestAbstractTest extends \PHPUnit\Framework\TestCase +final class RequestAbstractTest extends \PHPUnit\Framework\TestCase { protected $request = null; diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index 9d4bf65aa..42e3f497e 100644 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -24,7 +24,7 @@ use phpOMS\Message\ResponseAbstract; * * @internal */ -class ResponseAbstractTest extends \PHPUnit\Framework\TestCase +final class ResponseAbstractTest extends \PHPUnit\Framework\TestCase { protected $response = null; diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php index dc6f5590b..fea2e5dff 100644 --- a/tests/Message/Socket/HeaderTest.php +++ b/tests/Message/Socket/HeaderTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Message\Socket; /** * @internal */ -class HeaderTest extends \PHPUnit\Framework\TestCase +final class HeaderTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php index 079b1c890..55cc9e662 100644 --- a/tests/Message/Socket/PacketManagerTest.php +++ b/tests/Message/Socket/PacketManagerTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Message\Socket; /** * @internal */ -class PacketManagerTest extends \PHPUnit\Framework\TestCase +final class PacketManagerTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php index b94ecd9e3..f67e47998 100644 --- a/tests/Message/Socket/PacketTypeTest.php +++ b/tests/Message/Socket/PacketTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Message\Socket\PacketType; /** * @internal */ -class PacketTypeTest extends \PHPUnit\Framework\TestCase +final class PacketTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index 57348a6f1..4a4dfa5f7 100644 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Message\Socket; /** * @internal */ -class RequestTest extends \PHPUnit\Framework\TestCase +final class RequestTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index 2f1f8e07d..2894ca16a 100644 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Message\Socket; /** * @internal */ -class ResponseTest extends \PHPUnit\Framework\TestCase +final class ResponseTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php index 3391c980a..5bd61b579 100644 --- a/tests/Model/Html/FormElementGeneratorTest.php +++ b/tests/Model/Html/FormElementGeneratorTest.php @@ -21,7 +21,7 @@ use phpOMS\Model\Html\FormElementGenerator; * * @internal */ -class FormElementGeneratorTest extends \PHPUnit\Framework\TestCase +final class FormElementGeneratorTest extends \PHPUnit\Framework\TestCase { /** * @testdox A text input element can be generated diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index bed65600d..b7b5e7ba3 100644 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -22,7 +22,7 @@ use phpOMS\Model\Html\Head; * * @internal */ -class HeadTest extends \PHPUnit\Framework\TestCase +final class HeadTest extends \PHPUnit\Framework\TestCase { protected Head $head; diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index 74edfc222..d97273130 100644 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -21,7 +21,7 @@ use phpOMS\Model\Html\Meta; * * @internal */ -class MetaTest extends \PHPUnit\Framework\TestCase +final class MetaTest extends \PHPUnit\Framework\TestCase { protected Meta $meta; diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index 495e683f0..a1bdf5ed2 100644 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -19,7 +19,7 @@ use phpOMS\Model\Message\DomAction; /** * @internal */ -class DomActionTest extends \PHPUnit\Framework\TestCase +final class DomActionTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index 09858b7d1..5c60feee4 100644 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -20,7 +20,7 @@ use phpOMS\Model\Message\DomAction; /** * @internal */ -class DomTest extends \PHPUnit\Framework\TestCase +final class DomTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Model\Message\Dom diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index c96ff9e88..b117a49af 100644 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -19,7 +19,7 @@ use phpOMS\Model\Message\FormValidation; /** * @internal */ -class FormValidationTest extends \PHPUnit\Framework\TestCase +final class FormValidationTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Model\Message\FormValidation diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index 9495b08ee..275007e77 100644 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -20,7 +20,7 @@ use phpOMS\Model\Message\NotifyType; /** * @internal */ -class NotifyTest extends \PHPUnit\Framework\TestCase +final class NotifyTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Model\Message\Notify diff --git a/tests/Model/Message/NotifyTypeTest.php b/tests/Model/Message/NotifyTypeTest.php index f838ec24a..c70bbf430 100644 --- a/tests/Model/Message/NotifyTypeTest.php +++ b/tests/Model/Message/NotifyTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Model\Message\NotifyType; /** * @internal */ -class NotifyTypeTest extends \PHPUnit\Framework\TestCase +final class NotifyTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index 7c25bcd1b..f1ff52fbe 100644 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -19,7 +19,7 @@ use phpOMS\Model\Message\Redirect; /** * @internal */ -class RedirectTest extends \PHPUnit\Framework\TestCase +final class RedirectTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Model\Message\Redirect diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index b93334aa2..dac22aac0 100644 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -19,7 +19,7 @@ use phpOMS\Model\Message\Reload; /** * @internal */ -class ReloadTest extends \PHPUnit\Framework\TestCase +final class ReloadTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Model\Message\Reload diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index 4bbd3ebf4..3f8bf5fbb 100644 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\Module\Exception\InvalidModuleException; /** * @internal */ -class InvalidModuleExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidModuleExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Module\Exception\InvalidModuleException diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index f5aaf1784..3128abb42 100644 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\Module\Exception\InvalidThemeException; /** * @internal */ -class InvalidThemeExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidThemeExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Module\Exception\InvalidThemeException diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php index 30a16f423..33207c57b 100644 --- a/tests/Module/InstallerAbstractTest.php +++ b/tests/Module/InstallerAbstractTest.php @@ -26,7 +26,7 @@ use phpOMS\Module\ModuleInfo; * * @internal */ -class InstallerAbstractTest extends \PHPUnit\Framework\TestCase +final class InstallerAbstractTest extends \PHPUnit\Framework\TestCase { protected InstallerAbstract $installer; diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index 457525012..bf45291f9 100644 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -32,7 +32,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class ModuleAbstractTest extends \PHPUnit\Framework\TestCase +final class ModuleAbstractTest extends \PHPUnit\Framework\TestCase { protected $module = null; diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php index d3969d054..3764509b6 100644 --- a/tests/Module/ModuleInfoTest.php +++ b/tests/Module/ModuleInfoTest.php @@ -23,7 +23,7 @@ use phpOMS\Module\ModuleInfo; * * @internal */ -class ModuleInfoTest extends \PHPUnit\Framework\TestCase +final class ModuleInfoTest extends \PHPUnit\Framework\TestCase { /** * @testdox A info file can be correctly loaded diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index 628b1cc90..8fbd0ae73 100644 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -34,7 +34,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class ModuleManagerTest extends \PHPUnit\Framework\TestCase +final class ModuleManagerTest extends \PHPUnit\Framework\TestCase { protected ApplicationAbstract $app; diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index 0fa533265..cd3d1d96a 100644 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -25,7 +25,7 @@ use phpOMS\Utils\IO\Zip\Zip; * * @internal */ -class PackageManagerTest extends \PHPUnit\Framework\TestCase +final class PackageManagerTest extends \PHPUnit\Framework\TestCase { public static function setUpBeforeClass() : void { diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php index 232133d53..b9c60a519 100644 --- a/tests/Module/StatusAbstractTest.php +++ b/tests/Module/StatusAbstractTest.php @@ -24,7 +24,7 @@ use phpOMS\Module\StatusAbstract; * * @internal */ -class StatusAbstractTest extends \PHPUnit\Framework\TestCase +final class StatusAbstractTest extends \PHPUnit\Framework\TestCase { protected StatusAbstract $status; diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php index b7a5ddc90..28cb6ca42 100644 --- a/tests/Module/UninstallerAbstractTest.php +++ b/tests/Module/UninstallerAbstractTest.php @@ -25,7 +25,7 @@ use phpOMS\Module\UninstallerAbstract; * * @internal */ -class UninstallerAbstractTest extends \PHPUnit\Framework\TestCase +final class UninstallerAbstractTest extends \PHPUnit\Framework\TestCase { protected UninstallerAbstract $uninstaller; diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php index e5fa7ad33..0b0643f06 100644 --- a/tests/PreloaderTest.php +++ b/tests/PreloaderTest.php @@ -21,7 +21,7 @@ use phpOMS\Preloader; * * @internal */ -class PreloaderTest extends \PHPUnit\Framework\TestCase +final class PreloaderTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Preloader diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index 71fb7a3f2..328389ac5 100644 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -21,7 +21,7 @@ use phpOMS\Router\RouteVerb; /** * @internal */ -class RouteVerbTest extends \PHPUnit\Framework\TestCase +final class RouteVerbTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php index d2d5ae230..57646b087 100644 --- a/tests/Router/SocketRouterTest.php +++ b/tests/Router/SocketRouterTest.php @@ -26,7 +26,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class SocketRouterTest extends \PHPUnit\Framework\TestCase +final class SocketRouterTest extends \PHPUnit\Framework\TestCase { protected SocketRouter $router; diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php index 317a0add9..c6c545748 100644 --- a/tests/Router/WebRouterTest.php +++ b/tests/Router/WebRouterTest.php @@ -30,7 +30,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class WebRouterTest extends \PHPUnit\Framework\TestCase +final class WebRouterTest extends \PHPUnit\Framework\TestCase { protected WebRouter $router; diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 13b95bdbd..7732f9510 100644 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -23,7 +23,7 @@ use phpOMS\Security\PhpCode; * * @internal */ -class PhpCodeTest extends \PHPUnit\Framework\TestCase +final class PhpCodeTest extends \PHPUnit\Framework\TestCase { /** * @testdox A file with unicode characters gets correctly identified diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index 52df7f29e..d6ae409a7 100644 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Socket\Client; /** * @internal */ -class ClientConnectionTest extends \PHPUnit\Framework\TestCase +final class ClientConnectionTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index 818b80164..3ddcdf5f9 100644 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -30,7 +30,7 @@ use phpOMS\Socket\Client\Client; /** * @internal */ -class ClientTest extends \PHPUnit\Framework\TestCase +final class ClientTest extends \PHPUnit\Framework\TestCase { protected $app; diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index e0869ffbb..6d6cba8c3 100644 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Socket\Server; /** * @internal */ -class ClientManagerTest extends \PHPUnit\Framework\TestCase +final class ClientManagerTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index c3637f610..2de787f20 100644 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -30,7 +30,7 @@ use phpOMS\Socket\Server\Server; /** * @internal */ -class ServerTest extends \PHPUnit\Framework\TestCase +final class ServerTest extends \PHPUnit\Framework\TestCase { protected $app; diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index 86a4800c0..32f5d8422 100644 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Location; * * @internal */ -class AddressTest extends \PHPUnit\Framework\TestCase +final class AddressTest extends \PHPUnit\Framework\TestCase { protected Address $address; diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 5a5c71e1a..890f2c223 100644 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\AddressType; /** * @internal */ -class AddressTypeTest extends \PHPUnit\Framework\TestCase +final class AddressTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index 3a9d9e11b..d26d73a53 100644 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -19,7 +19,7 @@ namespace phpOMS\tests\Stdlib\Base; * * @internal */ -class EnumArrayTest extends \PHPUnit\Framework\TestCase +final class EnumArrayTest extends \PHPUnit\Framework\TestCase { /** * @testdox A valid enum name returns the enum value diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index 720015e9d..7579755a6 100644 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -19,7 +19,7 @@ namespace phpOMS\tests\Stdlib\Base; * * @internal */ -class EnumTest extends \PHPUnit\Framework\TestCase +final class EnumTest extends \PHPUnit\Framework\TestCase { /** * @testdox A valid enum name can be validated diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index 2f05bc325..bfa77ab25 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumName; /** * @internal */ -class InvalidEnumNameTest extends \PHPUnit\Framework\TestCase +final class InvalidEnumNameTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Stdlib\Base\Exception\InvalidEnumName diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index a74e718e5..01951378f 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; /** * @internal */ -class InvalidEnumValueTest extends \PHPUnit\Framework\TestCase +final class InvalidEnumValueTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Stdlib\Base\Exception\InvalidEnumValue diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php index c01de88da..637d2c61c 100644 --- a/tests/Stdlib/Base/HeapTest.php +++ b/tests/Stdlib/Base/HeapTest.php @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Heap; * * @internal */ -class HeapTest extends \PHPUnit\Framework\TestCase +final class HeapTest extends \PHPUnit\Framework\TestCase { /** * @testdox A list of elements can be turned into a heap diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index 7acebfe38..53983cd91 100644 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Iban; * * @internal */ -class IbanTest extends \PHPUnit\Framework\TestCase +final class IbanTest extends \PHPUnit\Framework\TestCase { /** * @testdox A iban can be correctly parsed into its different components diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index deaea99d0..90cb36c1f 100644 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Location; * * @internal */ -class LocationTest extends \PHPUnit\Framework\TestCase +final class LocationTest extends \PHPUnit\Framework\TestCase { protected Location $location; diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index 2f8afbe51..d4b357b6f 100644 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\PhoneType; /** * @internal */ -class PhoneTypeTest extends \PHPUnit\Framework\TestCase +final class PhoneTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index f546ee936..371e058b2 100644 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\SmartDateTime; * * @internal */ -class SmartDateTimeTest extends \PHPUnit\Framework\TestCase +final class SmartDateTimeTest extends \PHPUnit\Framework\TestCase { /** * @testdox The smart datetime extends the datetime diff --git a/tests/Stdlib/Graph/BinaryTreeTest.php b/tests/Stdlib/Graph/BinaryTreeTest.php index 237bce16f..4032e98f8 100644 --- a/tests/Stdlib/Graph/BinaryTreeTest.php +++ b/tests/Stdlib/Graph/BinaryTreeTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Stdlib\Graph; /** * @internal */ -class BinaryTreeTest extends \PHPUnit\Framework\TestCase +final class BinaryTreeTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index a718d022c..b9d5d9079 100644 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Graph\Node; * * @internal */ -class EdgeTest extends \PHPUnit\Framework\TestCase +final class EdgeTest extends \PHPUnit\Framework\TestCase { /** * @testdox The edge has the expected default values after initialization diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index 78501a32d..20685216a 100644 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Graph\Node; * * @internal */ -class GraphTest extends \PHPUnit\Framework\TestCase +final class GraphTest extends \PHPUnit\Framework\TestCase { protected Graph $graph; diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index 4632a33b0..1004a56f8 100644 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Graph\Node; * * @internal */ -class NodeTest extends \PHPUnit\Framework\TestCase +final class NodeTest extends \PHPUnit\Framework\TestCase { /** * @testdox The node has the expected default values after initialization diff --git a/tests/Stdlib/Graph/TreeTest.php b/tests/Stdlib/Graph/TreeTest.php index 5c0b2828b..09bcc5b97 100644 --- a/tests/Stdlib/Graph/TreeTest.php +++ b/tests/Stdlib/Graph/TreeTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Stdlib\Graph; /** * @internal */ -class TreeTest extends \PHPUnit\Framework\TestCase +final class TreeTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index f6d83f89b..ed21d3f3e 100644 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Map\KeyType; /** * @internal */ -class KeyTypeTest extends \PHPUnit\Framework\TestCase +final class KeyTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index ee0d812cd..b7178e542 100644 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Map\OrderType; * * @internal */ -class MultiMapTest extends \PHPUnit\Framework\TestCase +final class MultiMapTest extends \PHPUnit\Framework\TestCase { /** * @testdox The map has the expected default values and functionality after initialization diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index 0694471f2..13e9e3691 100644 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Map\OrderType; /** * @internal */ -class OrderTypeTest extends \PHPUnit\Framework\TestCase +final class OrderTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index 7f6475524..50c909fc5 100644 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Queue\PriorityMode; /** * @internal */ -class PriorityModeTest extends \PHPUnit\Framework\TestCase +final class PriorityModeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index fcdb438a4..388ae164d 100644 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Queue\PriorityQueue; * * @internal */ -class PriorityQueueTest extends \PHPUnit\Framework\TestCase +final class PriorityQueueTest extends \PHPUnit\Framework\TestCase { /** * @testdox The queue has the expected default values and functionality after initialization diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php index 4cb5f0599..a1acc8fb5 100644 --- a/tests/System/CharsetTypeTest.php +++ b/tests/System/CharsetTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\System\CharsetType; /** * @internal */ -class CharsetTypeTest extends \PHPUnit\Framework\TestCase +final class CharsetTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index 17d4897e7..001730d55 100644 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -19,7 +19,7 @@ use phpOMS\System\File\ContentPutMode; /** * @internal */ -class ContentPutModeTest extends \PHPUnit\Framework\TestCase +final class ContentPutModeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index 2c142ea20..fac2fb807 100644 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\System\File\ExtensionType; /** * @internal */ -class ExtensionTypeTest extends \PHPUnit\Framework\TestCase +final class ExtensionTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index bfd543eee..e0622d808 100644 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -22,7 +22,7 @@ use phpOMS\System\File\FileUtils; * * @internal */ -class FileUtilsTest extends \PHPUnit\Framework\TestCase +final class FileUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox File extensions can be categorized diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index 20b20cc17..d55508cba 100644 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -22,7 +22,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class DirectoryTest extends \PHPUnit\Framework\TestCase +final class DirectoryTest extends \PHPUnit\Framework\TestCase { public const BASE = 'ftp://test:123456@127.0.0.1:20'; diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index 1623e3705..95e547f29 100644 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -24,7 +24,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class FileTest extends \PHPUnit\Framework\TestCase +final class FileTest extends \PHPUnit\Framework\TestCase { public const BASE = 'ftp://test:123456@127.0.0.1:20'; diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index 3a875bd84..09c1b5f27 100644 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -25,7 +25,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class FtpStorageTest extends \PHPUnit\Framework\TestCase +final class FtpStorageTest extends \PHPUnit\Framework\TestCase { public const BASE = 'ftp://test:123456@127.0.0.1:20'; diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index a10b17b0b..2934b0737 100644 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -21,7 +21,7 @@ use phpOMS\System\File\Local\Directory; * * @internal */ -class DirectoryTest extends \PHPUnit\Framework\TestCase +final class DirectoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox A directory can be created diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index 8ad1c02c2..d49b7e2ab 100644 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -22,7 +22,7 @@ use phpOMS\System\File\Local\File; * * @internal */ -class FileTest extends \PHPUnit\Framework\TestCase +final class FileTest extends \PHPUnit\Framework\TestCase { /** * @testdox A file without content can be created diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index 20a47199a..e73090e6f 100644 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -22,7 +22,7 @@ use phpOMS\System\File\Local\LocalStorage; * * @internal */ -class LocalStorageTest extends \PHPUnit\Framework\TestCase +final class LocalStorageTest extends \PHPUnit\Framework\TestCase { /** * @testdox A directory can be created diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index e135b350e..94c2ad4eb 100644 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\System\File\PathException; /** * @internal */ -class PathExceptionTest extends \PHPUnit\Framework\TestCase +final class PathExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\System\File\PathException diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index 664e62161..a7faebf0b 100644 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\System\File\PermissionException; /** * @internal */ -class PermissionExceptionTest extends \PHPUnit\Framework\TestCase +final class PermissionExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\System\File\PermissionException diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index d44cb7783..678124666 100644 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -22,7 +22,7 @@ use phpOMS\System\File\Storage; * * @internal */ -class StorageTest extends \PHPUnit\Framework\TestCase +final class StorageTest extends \PHPUnit\Framework\TestCase { /** * @testdox By default the local storage handler is returned diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 88d89b19c..8046cf298 100644 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\System\MimeType; /** * @internal */ -class MimeTypeTest extends \PHPUnit\Framework\TestCase +final class MimeTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index 04bcfabe2..ffbfef357 100644 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -22,7 +22,7 @@ use phpOMS\System\SystemType; /** * @internal */ -class OperatingSystemTest extends \PHPUnit\Framework\TestCase +final class OperatingSystemTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\System\OperatingSystem diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php index 50b5b7e68..f30de2d35 100644 --- a/tests/System/Search/StringSearchTest.php +++ b/tests/System/Search/StringSearchTest.php @@ -21,7 +21,7 @@ use phpOMS\System\Search\StringSearch; * * @internal */ -class StringSearchTest extends \PHPUnit\Framework\TestCase +final class StringSearchTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\System\Search\StringSearch diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index 521c1488f..5d23a9fc3 100644 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\System\SystemType; /** * @internal */ -class SystemTypeTest extends \PHPUnit\Framework\TestCase +final class SystemTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index 9ec25d8a1..b7d2d972e 100644 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class SystemUtilsTest extends \PHPUnit\Framework\TestCase +final class SystemUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Test if it is possible to get information about the available RAM and usage diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php index 70478fb1b..61a39d3c9 100644 --- a/tests/UnhandledHandlerTest.php +++ b/tests/UnhandledHandlerTest.php @@ -19,7 +19,7 @@ use phpOMS\UnhandledHandler; /** * @internal */ -class UnhandledHandlerTest extends \PHPUnit\Framework\TestCase +final class UnhandledHandlerTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\UnhandledHandler diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php index 7d455364e..ac36f6c21 100644 --- a/tests/Uri/ArgumentTest.php +++ b/tests/Uri/ArgumentTest.php @@ -23,7 +23,7 @@ use phpOMS\Uri\Argument; * * @internal */ -class ArgumentTest extends \PHPUnit\Framework\TestCase +final class ArgumentTest extends \PHPUnit\Framework\TestCase { /** * @testdox A uri can be validated diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php index 47183acc3..04c32252e 100644 --- a/tests/Uri/HttpUriTest.php +++ b/tests/Uri/HttpUriTest.php @@ -23,7 +23,7 @@ use phpOMS\Uri\HttpUri; * * @internal */ -class HttpUriTest extends \PHPUnit\Framework\TestCase +final class HttpUriTest extends \PHPUnit\Framework\TestCase { /** * @testdox A url can be validated diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index 3dba7c0b2..3f0cd415d 100644 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -21,7 +21,7 @@ use phpOMS\Uri\InvalidUriException; /** * @internal */ -class InvalidUriExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidUriExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Uri\InvalidUriException diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index 70be20c60..cf601c002 100644 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class UriFactoryTest extends \PHPUnit\Framework\TestCase +final class UriFactoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The http url factory has the expected default values after initialization diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index ba6a8b3b8..2517f51fd 100644 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -21,7 +21,7 @@ use phpOMS\Uri\UriScheme; /** * @internal */ -class UriSchemeTest extends \PHPUnit\Framework\TestCase +final class UriSchemeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index dcd977ce0..1cc39ed7d 100644 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class ArrayUtilsTest extends \PHPUnit\Framework\TestCase +final class ArrayUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Array values can be set and returned with a path diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index 8ee48053f..5644ac1f2 100644 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\Barcode; /** * @internal */ -class AztecTest extends \PHPUnit\Framework\TestCase +final class AztecTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/Barcode/C128AbstractTest.php b/tests/Utils/Barcode/C128AbstractTest.php index fe10a9b35..8eeda1a78 100644 --- a/tests/Utils/Barcode/C128AbstractTest.php +++ b/tests/Utils/Barcode/C128AbstractTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Barcode\C128Abstract; /** * @internal */ -class C128AbstractTest extends \PHPUnit\Framework\TestCase +final class C128AbstractTest extends \PHPUnit\Framework\TestCase { protected $obj = null; diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index ba34c92f0..c70d26fc3 100644 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class C128aTest extends \PHPUnit\Framework\TestCase +final class C128aTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index 4b2be9bc8..cd959c920 100644 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class C128bTest extends \PHPUnit\Framework\TestCase +final class C128bTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index 1f2f1a9b2..db3be2204 100644 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class C128cTest extends \PHPUnit\Framework\TestCase +final class C128cTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index 93e39fbed..054fba8d0 100644 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class C25Test extends \PHPUnit\Framework\TestCase +final class C25Test extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index d098e5277..71c1d0f2f 100644 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class C39Test extends \PHPUnit\Framework\TestCase +final class C39Test extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index f1fbd92c5..411e43e44 100644 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class CodebarTest extends \PHPUnit\Framework\TestCase +final class CodebarTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index 718eba16e..78bf220d1 100644 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\Barcode; /** * @internal */ -class DatamatrixTest extends \PHPUnit\Framework\TestCase +final class DatamatrixTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index 6236f99d3..ef64690c0 100644 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\Barcode; /** * @internal */ -class HIBCCTest extends \PHPUnit\Framework\TestCase +final class HIBCCTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 6557ceeae..9e4b5e899 100644 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Barcode\OrientationType; /** * @internal */ -class OrientationTypeTest extends \PHPUnit\Framework\TestCase +final class OrientationTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index df5c5cc9a..eb05295b0 100644 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\Barcode; /** * @internal */ -class QRTest extends \PHPUnit\Framework\TestCase +final class QRTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index 4bd2ffd8b..e82054f41 100644 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\ColorUtils; * * @internal */ -class ColorUtilsTest extends \PHPUnit\Framework\TestCase +final class ColorUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox A integer can be converted to rgb diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index 691cf5cd1..5e2022fbb 100644 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Compression\LZW; * * @internal */ -class LZWTest extends \PHPUnit\Framework\TestCase +final class LZWTest extends \PHPUnit\Framework\TestCase { /** * @testdox A string can be LZW compressed and uncompressed diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index b5a654461..8d26351b8 100644 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\AngleType; /** * @internal */ -class AngleTypeTest extends \PHPUnit\Framework\TestCase +final class AngleTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index 30d55c24a..b69a41740 100644 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\AreaType; /** * @internal */ -class AreaTypeTest extends \PHPUnit\Framework\TestCase +final class AreaTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index 2b4fd4616..47a25463d 100644 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -26,7 +26,7 @@ use phpOMS\Utils\Converter\Currency; * * @internal */ -class CurrencyTest extends \PHPUnit\Framework\TestCase +final class CurrencyTest extends \PHPUnit\Framework\TestCase { private static $reachable; diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index ced1437a6..67f6d5433 100644 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\EnergyPowerType; /** * @internal */ -class EnergyPowerTypeTest extends \PHPUnit\Framework\TestCase +final class EnergyPowerTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index 1088ac9ad..85d4ca798 100644 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Converter\FileSizeType; * * @internal */ -class FileSizeTypeTest extends \PHPUnit\Framework\TestCase +final class FileSizeTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index 4a2e47203..4d842eb97 100644 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Converter\File; * * @internal */ -class FileTest extends \PHPUnit\Framework\TestCase +final class FileTest extends \PHPUnit\Framework\TestCase { /** * @testdox A byte number can be converted to a string representation diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index 7e225632c..436f1e140 100644 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Converter\Ip; * * @internal */ -class IpTest extends \PHPUnit\Framework\TestCase +final class IpTest extends \PHPUnit\Framework\TestCase { /** * @testdox An ip can be converted to a float diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index ea9ec2015..bee36dc9e 100644 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\LengthType; /** * @internal */ -class LengthTypeTest extends \PHPUnit\Framework\TestCase +final class LengthTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index e1a2286f4..4047d78bd 100644 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -32,7 +32,7 @@ use phpOMS\Utils\Converter\WeightType; * * @internal */ -class MeasurementTest extends \PHPUnit\Framework\TestCase +final class MeasurementTest extends \PHPUnit\Framework\TestCase { /** * @testdox Temperatures can be converted diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index 14ca332d7..215b29def 100644 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Converter\Numeric; * * @internal */ -class NumericTest extends \PHPUnit\Framework\TestCase +final class NumericTest extends \PHPUnit\Framework\TestCase { /** * @testdox Arabic numbers can be converted to roman numbers diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index 4d9f44b24..35c764a8b 100644 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\PressureType; /** * @internal */ -class PressureTypeTest extends \PHPUnit\Framework\TestCase +final class PressureTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index a7a9d1547..2c144ec98 100644 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\SpeedType; /** * @internal */ -class SpeedTypeTest extends \PHPUnit\Framework\TestCase +final class SpeedTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index ed17e9ee2..210f26989 100644 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\TemperatureType; /** * @internal */ -class TemperatureTypeTest extends \PHPUnit\Framework\TestCase +final class TemperatureTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index 8a0e48f56..287f0774e 100644 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\TimeType; /** * @internal */ -class TimeTypeTest extends \PHPUnit\Framework\TestCase +final class TimeTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 9e5f62b7d..0ff569bb6 100644 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\VolumeType; /** * @internal */ -class VolumeTypeTest extends \PHPUnit\Framework\TestCase +final class VolumeTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index 82821d70c..d3cdd43f1 100644 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\Converter\WeightType; /** * @internal */ -class WeightTypeTest extends \PHPUnit\Framework\TestCase +final class WeightTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index 366dd06aa..3e685a42e 100644 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\StringUtils; * @testdox phpOMS\tests\Utils\Encoding\CaesarTest: Caesar text encoding/decoding * @internal */ -class CaesarTest extends \PHPUnit\Framework\TestCase +final class CaesarTest extends \PHPUnit\Framework\TestCase { /** * @testdox Text can be encoded and decoded with the ceasar encoding diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index 211708408..0033dca10 100644 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Encoding\Gray; * * @internal */ -class GrayTest extends \PHPUnit\Framework\TestCase +final class GrayTest extends \PHPUnit\Framework\TestCase { /** * @testdox Text can be encoded and decoded with the gray encoding diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index b327878fc..225774fe6 100644 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Encoding\Huffman\Dictionary; * * @internal */ -class DictionaryTest extends \PHPUnit\Framework\TestCase +final class DictionaryTest extends \PHPUnit\Framework\TestCase { /** * @testdox Only single characters can be returned from the dictionary. Multiple characters throw a InvalidArgumentException diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index 4af8305d4..d34d9bbf4 100644 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Encoding\Huffman\Huffman; * * @internal */ -class HuffmanTest extends \PHPUnit\Framework\TestCase +final class HuffmanTest extends \PHPUnit\Framework\TestCase { /** * @testdox Encoding and decoding empty data results in an empty output diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index 539028f22..ba64bc564 100644 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Encoding\XorEncoding; * * @internal */ -class XorEncodingTest extends \PHPUnit\Framework\TestCase +final class XorEncodingTest extends \PHPUnit\Framework\TestCase { /** * @testdox Text can be encoded and decoded with the xor encoding diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index 7536c7e02..fdff45e07 100644 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\Excel; /** * @internal */ -class ExcelTest extends \PHPUnit\Framework\TestCase +final class ExcelTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index 01e3ba49c..9a61c1ccc 100644 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Git\Author; * * @internal */ -class AuthorTest extends \PHPUnit\Framework\TestCase +final class AuthorTest extends \PHPUnit\Framework\TestCase { /** * @testdox The author has the expected default values after initialization diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index 583c6eb8e..05f376066 100644 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Git\Branch; * * @internal */ -class BranchTest extends \PHPUnit\Framework\TestCase +final class BranchTest extends \PHPUnit\Framework\TestCase { /** * @testdox The branch has the expected default values after initialization diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index 862d26b73..dbd2601d8 100644 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -25,7 +25,7 @@ use phpOMS\Utils\Git\Tag; * * @internal */ -class CommitTest extends \PHPUnit\Framework\TestCase +final class CommitTest extends \PHPUnit\Framework\TestCase { /** * @testdox The commit has the expected default values after initialization diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index aba68e35e..bed4551bc 100644 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Git\Git; * * @internal */ -class GitTest extends \PHPUnit\Framework\TestCase +final class GitTest extends \PHPUnit\Framework\TestCase { /** * @testdox The git path can be returned diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index 182932b00..cbcc97bd7 100644 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Git\Repository; * * @internal */ -class RepositoryTest extends \PHPUnit\Framework\TestCase +final class RepositoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The repository has the expected default values after initialization diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index e043ea9b9..a70400bab 100644 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Git\Tag; * * @internal */ -class TagTest extends \PHPUnit\Framework\TestCase +final class TagTest extends \PHPUnit\Framework\TestCase { /** * @testdox The tag has the expected default values after initialization diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index c659fde3e..1d219c60d 100644 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\IO\Csv\CsvSettings; * * @internal */ -class CsvSettingsTest extends \PHPUnit\Framework\TestCase +final class CsvSettingsTest extends \PHPUnit\Framework\TestCase { /** * @testdox The delimiter in a csv file can be guessed diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index 090b0ea54..b58368d2a 100644 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\IO; /** * @internal */ -class IODatabaseMapperTest extends \PHPUnit\Framework\TestCase +final class IODatabaseMapperTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index ea76b4d5e..44e0ede6b 100644 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\IO\Json\InvalidJsonException; /** * @internal */ -class InvalidJsonExceptionTest extends \PHPUnit\Framework\TestCase +final class InvalidJsonExceptionTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Utils\IO\Json\InvalidJsonException diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php index 11a763be3..b3adb23e2 100644 --- a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php +++ b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php @@ -25,7 +25,7 @@ use phpOMS\Utils\StringUtils; * * @internal */ -class SpreadsheetDatabaseMapperTest extends \PHPUnit\Framework\TestCase +final class SpreadsheetDatabaseMapperTest extends \PHPUnit\Framework\TestCase { protected $sqlite; diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index 6f5b102c9..a16406793 100644 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\IO\Zip\Gz; * * @internal */ -class GzTest extends \PHPUnit\Framework\TestCase +final class GzTest extends \PHPUnit\Framework\TestCase { /** * @testdox Data can be gz packed and unpacked diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index fca791136..f6e715eda 100644 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\IO\Zip\TarGz; * * @internal */ -class TarGzTest extends \PHPUnit\Framework\TestCase +final class TarGzTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index c7aef8636..82f344390 100644 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\IO\Zip\Tar; * * @internal */ -class TarTest extends \PHPUnit\Framework\TestCase +final class TarTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index f365afd02..5988ff239 100644 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\IO\Zip\Zip; * * @internal */ -class ZipTest extends \PHPUnit\Framework\TestCase +final class ZipTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index 90a690973..e00fa65dc 100644 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\ImageUtils; * * @internal */ -class ImageUtilsTest extends \PHPUnit\Framework\TestCase +final class ImageUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Base64 image data can be decoded to an image diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php index 04907aa13..84168e372 100644 --- a/tests/Utils/MbStringUtilsTest.php +++ b/tests/Utils/MbStringUtilsTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class MbStringUtilsTest extends \PHPUnit\Framework\TestCase +final class MbStringUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox The entropy of a string can be calculated diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php index 31788ad99..eaf2c961e 100644 --- a/tests/Utils/NumericUtilsTest.php +++ b/tests/Utils/NumericUtilsTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class NumericUtilsTest extends \PHPUnit\Framework\TestCase +final class NumericUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Integers can be unsigned right shifted diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index 820bcd4de..25beaab8f 100644 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -17,7 +17,7 @@ namespace phpOMS\tests\Utils\PDF; /** * @internal */ -class PdfTest extends \PHPUnit\Framework\TestCase +final class PdfTest extends \PHPUnit\Framework\TestCase { public function testPlaceholder() : void { diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index e43c3fba1..1386cd3cb 100644 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -20,7 +20,7 @@ use phpOMS\Utils\Parser\Markdown\Markdown; /** * @internal */ -class MarkdownTest extends \PHPUnit\Framework\TestCase +final class MarkdownTest extends \PHPUnit\Framework\TestCase { /** * @covers phpOMS\Utils\Parser\Markdown\Markdown diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index 2418129ae..e6b8d07ab 100644 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; * * @internal */ -class ArrayParserTest extends \PHPUnit\Framework\TestCase +final class ArrayParserTest extends \PHPUnit\Framework\TestCase { /** * @testdox An array can be encoded and decoded as php code diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index cf761d1b4..a32f67b93 100644 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class PermutationTest extends \PHPUnit\Framework\TestCase +final class PermutationTest extends \PHPUnit\Framework\TestCase { /** * @testdox An array can be permuted diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index 032fb57c9..7853ebfd4 100644 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\ArrayRandomize; * * @internal */ -class ArrayRandomizeTest extends \PHPUnit\Framework\TestCase +final class ArrayRandomizeTest extends \PHPUnit\Framework\TestCase { /** * @testdox An array can be randomized using the yates algorithm diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index b127ee4c3..6071b0658 100644 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\DateTime; * * @internal */ -class DateTimeTest extends \PHPUnit\Framework\TestCase +final class DateTimeTest extends \PHPUnit\Framework\TestCase { /** * @testdox A random date time can be generated diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index 173c02594..fcd78ca51 100644 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Utils\RnG\DistributionType; /** * @internal */ -class DistributionTypeTest extends \PHPUnit\Framework\TestCase +final class DistributionTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index bb8fe1835..22fb6f03f 100644 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\File; * * @internal */ -class FileTest extends \PHPUnit\Framework\TestCase +final class FileTest extends \PHPUnit\Framework\TestCase { /** * @testdox A random file extension can be generated diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index c66956bfb..da67deb0c 100644 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\LinearCongruentialGenerator; * * @internal */ -class LinearCongruentialGeneratorTest extends \PHPUnit\Framework\TestCase +final class LinearCongruentialGeneratorTest extends \PHPUnit\Framework\TestCase { /** * @testdox The bsd random number generator starts with the correct sequence diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index cd0e8443c..809ee00fe 100644 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\Name; * * @internal */ -class NameTest extends \PHPUnit\Framework\TestCase +final class NameTest extends \PHPUnit\Framework\TestCase { /** * @testdox Random female and male names can be generated diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index 499050d3a..7e7663016 100644 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\Phone; * * @internal */ -class PhoneTest extends \PHPUnit\Framework\TestCase +final class PhoneTest extends \PHPUnit\Framework\TestCase { /** * @testdox Random phone numbers can be generated diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index 7f05ebd9a..c26ebeaa1 100644 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\StringUtils; * * @internal */ -class StringUtilsTest extends \PHPUnit\Framework\TestCase +final class StringUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox Random strings can be generated diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index d62fa1898..7d3366a0e 100644 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\RnG\Text; * * @internal */ -class TextTest extends \PHPUnit\Framework\TestCase +final class TextTest extends \PHPUnit\Framework\TestCase { /** * @testdox Random text can be generated diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index 58f64a294..0fcb4cbc8 100644 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\StringCompare; * * @internal */ -class StringCompareTest extends \PHPUnit\Framework\TestCase +final class StringCompareTest extends \PHPUnit\Framework\TestCase { private StringCompare $dict; diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index 85ed3cdd9..756403010 100644 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class StringUtilsTest extends \PHPUnit\Framework\TestCase +final class StringUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox The entropy of a string can be calculated diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index 702a0d822..ec0f8a37f 100644 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\TaskSchedule\CronJob; * * @internal */ -class CronJobTest extends \PHPUnit\Framework\TestCase +final class CronJobTest extends \PHPUnit\Framework\TestCase { /** * @testdox The cron job has the expected default values after initialization diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index df296e989..534731151 100644 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -22,7 +22,7 @@ use phpOMS\Utils\TaskSchedule\CronJob; * * @internal */ -class CronTest extends \PHPUnit\Framework\TestCase +final class CronTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index a3c4fec35..d9c3caf31 100644 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\TaskSchedule\Interval; * * @internal */ -class IntervalTest extends \PHPUnit\Framework\TestCase +final class IntervalTest extends \PHPUnit\Framework\TestCase { /** * @testdox The interval has the expected default values after initialization diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index dbf84d0ef..c7bf8f892 100644 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\TaskSchedule\Schedule; * * @internal */ -class ScheduleTest extends \PHPUnit\Framework\TestCase +final class ScheduleTest extends \PHPUnit\Framework\TestCase { /** * @testdox The task has the expected default values after initialization diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index 8e486089c..ebde35063 100644 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -21,7 +21,7 @@ use phpOMS\Utils\TaskSchedule\SchedulerAbstract; * * @internal */ -class SchedulerAbstractTest extends \PHPUnit\Framework\TestCase +final class SchedulerAbstractTest extends \PHPUnit\Framework\TestCase { /** * @testdox The scheduler has the expected default values after initialization diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index 95d57c2f4..e6eaa50e0 100644 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\TaskSchedule\TaskScheduler; * * @internal */ -class SchedulerFactoryTest extends \PHPUnit\Framework\TestCase +final class SchedulerFactoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The correct scheduler is crated depending on the operating system diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index 1fd29e5b0..47ecc83ff 100644 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -22,7 +22,7 @@ use phpOMS\Utils\TaskSchedule\TaskFactory; * * @internal */ -class TaskAbstractTest extends \PHPUnit\Framework\TestCase +final class TaskAbstractTest extends \PHPUnit\Framework\TestCase { private $class = null; diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index 6a32c0dad..09ffa899c 100644 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\TaskSchedule\TaskFactory; * * @internal */ -class TaskFactoryTest extends \PHPUnit\Framework\TestCase +final class TaskFactoryTest extends \PHPUnit\Framework\TestCase { /** * @testdox The correct task is crated depending on the operating system diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index 37611bba6..c372a6b7a 100644 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -22,7 +22,7 @@ use phpOMS\Utils\TaskSchedule\TaskScheduler; * * @internal */ -class TaskSchedulerTest extends \PHPUnit\Framework\TestCase +final class TaskSchedulerTest extends \PHPUnit\Framework\TestCase { protected function setUp() : void { diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index 2dd3b062e..29fc71cf2 100644 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -23,7 +23,7 @@ use phpOMS\Utils\TestUtils; * * @internal */ -class TestUtilsTest extends \PHPUnit\Framework\TestCase +final class TestUtilsTest extends \PHPUnit\Framework\TestCase { /** * @testdox A member value can be returned diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index d9208f3a1..ae2bea8ea 100644 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -23,7 +23,7 @@ use phpOMS\Validation\Base\DateTime; * * @internal */ -class DateTimeTest extends \PHPUnit\Framework\TestCase +final class DateTimeTest extends \PHPUnit\Framework\TestCase { /** * @testdox A date time string can be validated diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php index 18ca1b7bc..60b09b6be 100644 --- a/tests/Validation/Base/JsonTest.php +++ b/tests/Validation/Base/JsonTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Base\Json; * * @internal */ -class JsonTest extends \PHPUnit\Framework\TestCase +final class JsonTest extends \PHPUnit\Framework\TestCase { /** * @testdox A json string can be validated diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index 4cbfbf417..fca3f5468 100644 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Finance\BIC; * * @internal */ -class BICTest extends \PHPUnit\Framework\TestCase +final class BICTest extends \PHPUnit\Framework\TestCase { /** * @testdox A BIC can be validated diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index ff94831b4..4cf578a02 100644 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Finance\CreditCard; * * @internal */ -class CreditCardTest extends \PHPUnit\Framework\TestCase +final class CreditCardTest extends \PHPUnit\Framework\TestCase { /** * @testdox A credit card can be validated diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index cdd799e9c..504c3c9c8 100644 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -19,7 +19,7 @@ use phpOMS\Validation\Finance\IbanEnum; /** * @internal */ -class IbanEnumTest extends \PHPUnit\Framework\TestCase +final class IbanEnumTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index dd286003f..fbddbb476 100644 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -19,7 +19,7 @@ use phpOMS\Validation\Finance\IbanErrorType; /** * @internal */ -class IbanErrorTypeTest extends \PHPUnit\Framework\TestCase +final class IbanErrorTypeTest extends \PHPUnit\Framework\TestCase { /** * @group framework diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index 3bcadd64e..2caa2e644 100644 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Finance\Iban; * * @internal */ -class IbanTest extends \PHPUnit\Framework\TestCase +final class IbanTest extends \PHPUnit\Framework\TestCase { /** * @testdox A iban can be validated diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index aa714c3a2..e80e97432 100644 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Network\Email; * * @internal */ -class EmailTest extends \PHPUnit\Framework\TestCase +final class EmailTest extends \PHPUnit\Framework\TestCase { /** * @testdox A email can be validated diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index e54bf0c1b..30d56199c 100644 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Network\Hostname; * * @internal */ -class HostnameTest extends \PHPUnit\Framework\TestCase +final class HostnameTest extends \PHPUnit\Framework\TestCase { /** * @testdox A hostname can be validated diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index 73518853c..1432839fd 100644 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -21,7 +21,7 @@ use phpOMS\Validation\Network\Ip; * * @internal */ -class IpTest extends \PHPUnit\Framework\TestCase +final class IpTest extends \PHPUnit\Framework\TestCase { /** * @testdox A ip can be validated diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index b0e8ea809..529450d61 100644 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -24,7 +24,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class ValidatorTest extends \PHPUnit\Framework\TestCase +final class ValidatorTest extends \PHPUnit\Framework\TestCase { /** * @testdox A string can be checked if it contains a substring diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index 07f6de5f8..59e5f9ff5 100644 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/../Autoloader.php'; * * @internal */ -class VersionTest extends \PHPUnit\Framework\TestCase +final class VersionTest extends \PHPUnit\Framework\TestCase { /** * @testdox Versions can be compared with each other diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index f39edff95..ec1dcdd17 100644 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -23,7 +23,7 @@ use phpOMS\Views\PaginationView; * * @internal */ -class PaginationViewTest extends \PHPUnit\Framework\TestCase +final class PaginationViewTest extends \PHPUnit\Framework\TestCase { /** * @testdox The pagination view has the expected default values after initialization diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 77d24cf46..e1a552c6a 100644 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -31,7 +31,7 @@ use phpOMS\Views\ViewAbstract; * * @internal */ -class ViewTest extends \PHPUnit\Framework\TestCase +final class ViewTest extends \PHPUnit\Framework\TestCase { protected DatabasePool $dbPool;