diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php index 0924839a3..0046e3bde 100644 --- a/tests/Account/AccountManagerTest.php +++ b/tests/Account/AccountManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php index 0aaf0d940..e51732030 100644 --- a/tests/Account/AccountStatusTest.php +++ b/tests/Account/AccountStatusTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php index 1455233e6..3ff584642 100644 --- a/tests/Account/AccountTest.php +++ b/tests/Account/AccountTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php index cd0b689a4..a2eaab0cb 100644 --- a/tests/Account/AccountTypeTest.php +++ b/tests/Account/AccountTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php index 033cf5ccd..0dee61f25 100644 --- a/tests/Account/GroupStatusTest.php +++ b/tests/Account/GroupStatusTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php index d1ee2343e..0dd522dd7 100644 --- a/tests/Account/GroupTest.php +++ b/tests/Account/GroupTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php index b242780e0..193b25e4d 100644 --- a/tests/Account/NullAccountTest.php +++ b/tests/Account/NullAccountTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php index 00cfdf2ce..e5cfd8e7c 100644 --- a/tests/Account/PermissionAbstractTest.php +++ b/tests/Account/PermissionAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php index 7b4a3b691..97a49bac2 100644 --- a/tests/Account/PermissionTypeTest.php +++ b/tests/Account/PermissionTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/ApplicationAbstractTest.php b/tests/ApplicationAbstractTest.php index 3c19c7219..7811867ba 100644 --- a/tests/ApplicationAbstractTest.php +++ b/tests/ApplicationAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php index 30b28e96f..becff8dc6 100644 --- a/tests/Asset/AssetManagerTest.php +++ b/tests/Asset/AssetManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php index 4b05dfc93..c44e4f111 100644 --- a/tests/Asset/AssetTypeTest.php +++ b/tests/Asset/AssetTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index 7a03d4f89..9bdf3894b 100644 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php index d43af49b8..95575f14e 100644 --- a/tests/Auth/LoginReturnTypeTest.php +++ b/tests/Auth/LoginReturnTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php index fd651a888..cf38a75a9 100644 --- a/tests/AutoloadExceptionTest.php +++ b/tests/AutoloadExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php index 1c41eb87a..7fa8f24e9 100644 --- a/tests/AutoloaderTest.php +++ b/tests/AutoloaderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php index 097772358..401c7b199 100644 --- a/tests/Business/Finance/DepreciationTest.php +++ b/tests/Business/Finance/DepreciationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php index d82810cd4..12f4d1299 100644 --- a/tests/Business/Finance/FinanceFormulasTest.php +++ b/tests/Business/Finance/FinanceFormulasTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php index 7637229a8..b7a5c9f6a 100644 --- a/tests/Business/Finance/LoanTest.php +++ b/tests/Business/Finance/LoanTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php index 449eccd86..e7c14f124 100644 --- a/tests/Business/Finance/LorenzkurveTest.php +++ b/tests/Business/Finance/LorenzkurveTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php index 01a4a81a0..458692f51 100644 --- a/tests/Business/Finance/StockBondsTest.php +++ b/tests/Business/Finance/StockBondsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php index 5da320f8c..d644dd962 100644 --- a/tests/Business/Marketing/MetricsTest.php +++ b/tests/Business/Marketing/MetricsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php index 558e2ecf7..c2aad65ca 100644 --- a/tests/Business/Marketing/NetPromoterScoreTest.php +++ b/tests/Business/Marketing/NetPromoterScoreTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php index a55f9d87a..f23c3aaca 100644 --- a/tests/Business/Programming/MetricsTest.php +++ b/tests/Business/Programming/MetricsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php index 46ee72def..eddb3a4a9 100644 --- a/tests/Business/Sales/MarketShareEstimationTest.php +++ b/tests/Business/Sales/MarketShareEstimationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php index 818b22135..8cdfc15ab 100644 --- a/tests/Config/OptionsTraitTest.php +++ b/tests/Config/OptionsTraitTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php index d77d879fb..ce919cb35 100644 --- a/tests/DataStorage/Cache/CachePoolTest.php +++ b/tests/DataStorage/Cache/CachePoolTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php index 797951f84..9c667c5fb 100644 --- a/tests/DataStorage/Cache/CacheStatusTest.php +++ b/tests/DataStorage/Cache/CacheStatusTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php index 306c64fbb..85392bc6e 100644 --- a/tests/DataStorage/Cache/CacheTypeTest.php +++ b/tests/DataStorage/Cache/CacheTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php index c88bc9541..b70d33891 100644 --- a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php +++ b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php index 3e43e600d..111a3060b 100644 --- a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php index 756b859c1..90554b92c 100644 --- a/tests/DataStorage/Cache/Connection/FileCacheTest.php +++ b/tests/DataStorage/Cache/Connection/FileCacheTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php index c51ea2049..7b2851615 100644 --- a/tests/DataStorage/Cache/Connection/NullCacheTest.php +++ b/tests/DataStorage/Cache/Connection/NullCacheTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php index 06926e252..d07162b43 100644 --- a/tests/DataStorage/Cookie/CookieJarTest.php +++ b/tests/DataStorage/Cookie/CookieJarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php index efa3618f5..805ce5c34 100644 --- a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php +++ b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php index dcf5b7947..ea8b199ad 100644 --- a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php +++ b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php index 1cbdb27ea..e4887eb20 100644 --- a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php +++ b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php index 49e5aa397..77fb14692 100644 --- a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php index 7031c676e..eb1e6beed 100644 --- a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php +++ b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php index 26a911651..2ce872b70 100644 --- a/tests/DataStorage/Database/DataMapperAbstractTest.php +++ b/tests/DataStorage/Database/DataMapperAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/DatabaseExceptionFactoryTest.php b/tests/DataStorage/Database/DatabaseExceptionFactoryTest.php index 35c299a0b..69a24397b 100644 --- a/tests/DataStorage/Database/DatabaseExceptionFactoryTest.php +++ b/tests/DataStorage/Database/DatabaseExceptionFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php index e5503f7ac..ddc2b598f 100644 --- a/tests/DataStorage/Database/DatabasePoolTest.php +++ b/tests/DataStorage/Database/DatabasePoolTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php index f23d294fb..ec1f9e527 100644 --- a/tests/DataStorage/Database/DatabaseStatusTest.php +++ b/tests/DataStorage/Database/DatabaseStatusTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php index 3754c038a..81c929dc0 100644 --- a/tests/DataStorage/Database/DatabaseTypeTest.php +++ b/tests/DataStorage/Database/DatabaseTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php index 39bf515dc..8fea0b904 100644 --- a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php index 765c84ca7..3541fdfa2 100644 --- a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php index 50b8d25fb..dc1f00d62 100644 --- a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php +++ b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php index e9e4f2184..1f0377a42 100644 --- a/tests/DataStorage/Database/Query/BuilderTest.php +++ b/tests/DataStorage/Database/Query/BuilderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/ColumnTest.php b/tests/DataStorage/Database/Query/ColumnTest.php index 0dd05b063..dae621d80 100644 --- a/tests/DataStorage/Database/Query/ColumnTest.php +++ b/tests/DataStorage/Database/Query/ColumnTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/CountTest.php b/tests/DataStorage/Database/Query/CountTest.php index cf458da1d..eb573cf64 100644 --- a/tests/DataStorage/Database/Query/CountTest.php +++ b/tests/DataStorage/Database/Query/CountTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/ExpressionTest.php b/tests/DataStorage/Database/Query/ExpressionTest.php index 0f2b604c7..15754da3c 100644 --- a/tests/DataStorage/Database/Query/ExpressionTest.php +++ b/tests/DataStorage/Database/Query/ExpressionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/FromTest.php b/tests/DataStorage/Database/Query/FromTest.php index 677635306..679b4cb6b 100644 --- a/tests/DataStorage/Database/Query/FromTest.php +++ b/tests/DataStorage/Database/Query/FromTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php index 7c3b44a1c..9dd807299 100644 --- a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/MicrosoftGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MicrosoftGrammarTest.php index 3cbe72d7c..5eaffa281 100644 --- a/tests/DataStorage/Database/Query/Grammar/MicrosoftGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MicrosoftGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php index a382cbb7c..9fc9d50d5 100644 --- a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php index a950b8222..fb714a97f 100644 --- a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php index 8e4474e07..8ccc57ff4 100644 --- a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php index d50e15442..48c2715dc 100644 --- a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/IntoTest.php b/tests/DataStorage/Database/Query/IntoTest.php index 8cd8dc567..cdf6183a5 100644 --- a/tests/DataStorage/Database/Query/IntoTest.php +++ b/tests/DataStorage/Database/Query/IntoTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php index 347d62a4f..0f5065e88 100644 --- a/tests/DataStorage/Database/Query/JoinTypeTest.php +++ b/tests/DataStorage/Database/Query/JoinTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php index d0cc32139..b76cecdff 100644 --- a/tests/DataStorage/Database/Query/QueryTypeTest.php +++ b/tests/DataStorage/Database/Query/QueryTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/SelectTest.php b/tests/DataStorage/Database/Query/SelectTest.php index 2e407cafe..ae43f0b3d 100644 --- a/tests/DataStorage/Database/Query/SelectTest.php +++ b/tests/DataStorage/Database/Query/SelectTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php index ab60484e9..887b5ae55 100644 --- a/tests/DataStorage/Database/Query/WhereTest.php +++ b/tests/DataStorage/Database/Query/WhereTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php index b4b7aed6c..a1b2ef8d6 100644 --- a/tests/DataStorage/Database/RelationTypeTest.php +++ b/tests/DataStorage/Database/RelationTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php index c710b9d43..28389028a 100644 --- a/tests/DataStorage/Database/Schema/BuilderTest.php +++ b/tests/DataStorage/Database/Schema/BuilderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Exception/TableExceptionTest.php b/tests/DataStorage/Database/Schema/Exception/TableExceptionTest.php index d5baabfaa..3e905fe8d 100644 --- a/tests/DataStorage/Database/Schema/Exception/TableExceptionTest.php +++ b/tests/DataStorage/Database/Schema/Exception/TableExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php index c5bd9c943..6c54aba91 100644 --- a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php index 4d000f9db..4589643aa 100644 --- a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php index ed0d43605..a46a24f15 100644 --- a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php index ca02efd7b..def8dee20 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php index c66a7128f..661bf0473 100644 --- a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php +++ b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php index a427f7c39..dc6f157a7 100644 --- a/tests/DataStorage/Database/Schema/QueryTypeTest.php +++ b/tests/DataStorage/Database/Schema/QueryTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php index 3891d4ed3..81a70b54b 100644 --- a/tests/DataStorage/LockExceptionTest.php +++ b/tests/DataStorage/LockExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Session/ConsoleSessionTest.php b/tests/DataStorage/Session/ConsoleSessionTest.php index aa537c412..1ce9f51ca 100644 --- a/tests/DataStorage/Session/ConsoleSessionTest.php +++ b/tests/DataStorage/Session/ConsoleSessionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php index 95d60e730..9514b5e25 100644 --- a/tests/DataStorage/Session/HttpSessionTest.php +++ b/tests/DataStorage/Session/HttpSessionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Session/SocketSessionTest.php b/tests/DataStorage/Session/SocketSessionTest.php index 190431f67..1ee7340a8 100644 --- a/tests/DataStorage/Session/SocketSessionTest.php +++ b/tests/DataStorage/Session/SocketSessionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/DataStorage/Web/BuilderTest.php b/tests/DataStorage/Web/BuilderTest.php index 493566223..f70243b77 100644 --- a/tests/DataStorage/Web/BuilderTest.php +++ b/tests/DataStorage/Web/BuilderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index 9caed0cbf..7452cd914 100644 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php index 9fe9d623b..05be07990 100644 --- a/tests/Event/EventManagerTest.php +++ b/tests/Event/EventManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php index 3fd423ae5..7388b939f 100644 --- a/tests/ExtensionTest.php +++ b/tests/ExtensionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php index b3e67b98c..16007cb58 100644 --- a/tests/Localization/Defaults/CityMapperTest.php +++ b/tests/Localization/Defaults/CityMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php index 4b67b592c..664f1a845 100644 --- a/tests/Localization/Defaults/CityTest.php +++ b/tests/Localization/Defaults/CityTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php index dd2128ce7..8d9436f62 100644 --- a/tests/Localization/Defaults/CountryMapperTest.php +++ b/tests/Localization/Defaults/CountryMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php index 2a2f9165e..07369357f 100644 --- a/tests/Localization/Defaults/CountryTest.php +++ b/tests/Localization/Defaults/CountryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php index c4566dff9..fac421d58 100644 --- a/tests/Localization/Defaults/CurrencyMapperTest.php +++ b/tests/Localization/Defaults/CurrencyMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php index e7713beea..62f96004c 100644 --- a/tests/Localization/Defaults/CurrencyTest.php +++ b/tests/Localization/Defaults/CurrencyTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php index b198e4418..9049346cc 100644 --- a/tests/Localization/Defaults/IbanMapperTest.php +++ b/tests/Localization/Defaults/IbanMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php index e59c740b6..e0c7cdd02 100644 --- a/tests/Localization/Defaults/IbanTest.php +++ b/tests/Localization/Defaults/IbanTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php index 1632f7700..59000abaa 100644 --- a/tests/Localization/Defaults/LanguageMapperTest.php +++ b/tests/Localization/Defaults/LanguageMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php index 9917728c0..cf737ace0 100644 --- a/tests/Localization/Defaults/LanguageTest.php +++ b/tests/Localization/Defaults/LanguageTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php index 74913eb8d..6d872faad 100644 --- a/tests/Localization/ISO3166CharEnumTest.php +++ b/tests/Localization/ISO3166CharEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php index 804211b14..57a3a48c4 100644 --- a/tests/Localization/ISO3166NameEnumTest.php +++ b/tests/Localization/ISO3166NameEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php index d7ceed888..0987e3bc4 100644 --- a/tests/Localization/ISO3166NumEnumTest.php +++ b/tests/Localization/ISO3166NumEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php index b35cfebdd..4c35f126c 100644 --- a/tests/Localization/ISO3166TwoEnumTest.php +++ b/tests/Localization/ISO3166TwoEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php index 906996b09..266455f57 100644 --- a/tests/Localization/ISO4217CharEnumTest.php +++ b/tests/Localization/ISO4217CharEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php index b489faa3e..dd3172471 100644 --- a/tests/Localization/ISO4217DecimalEnumTest.php +++ b/tests/Localization/ISO4217DecimalEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php index db41d58e1..df99ca7a8 100644 --- a/tests/Localization/ISO4217EnumTest.php +++ b/tests/Localization/ISO4217EnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php index 58715e072..d8b7c973e 100644 --- a/tests/Localization/ISO4217NumEnumTest.php +++ b/tests/Localization/ISO4217NumEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php index b59341bc6..6217b0252 100644 --- a/tests/Localization/ISO4217SubUnitEnumTest.php +++ b/tests/Localization/ISO4217SubUnitEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php index e0b509c43..496a50b5e 100644 --- a/tests/Localization/ISO4217SymbolEnumTest.php +++ b/tests/Localization/ISO4217SymbolEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php index d5a5b5e94..8cb99203f 100644 --- a/tests/Localization/ISO639EnumTest.php +++ b/tests/Localization/ISO639EnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php index 1395c5c2e..80bdc131a 100644 --- a/tests/Localization/ISO639x1EnumTest.php +++ b/tests/Localization/ISO639x1EnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php index a8c8121a7..fa863ade7 100644 --- a/tests/Localization/ISO639x2EnumTest.php +++ b/tests/Localization/ISO639x2EnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php index 001a2764c..b378f454e 100644 --- a/tests/Localization/ISO8601EnumArrayTest.php +++ b/tests/Localization/ISO8601EnumArrayTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php index ad65cdd09..195e1024d 100644 --- a/tests/Localization/L11nManagerTest.php +++ b/tests/Localization/L11nManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php index 1076d8b0e..8d2f0ba95 100644 --- a/tests/Localization/LocalizationTest.php +++ b/tests/Localization/LocalizationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index e55edd005..8088f86da 100644 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php index 6d21029c9..3e938338d 100644 --- a/tests/Localization/PhoneEnumTest.php +++ b/tests/Localization/PhoneEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php index 8c71cf254..38dabdc75 100644 --- a/tests/Localization/TimeZoneEnumArrayTest.php +++ b/tests/Localization/TimeZoneEnumArrayTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php index 9e5011a3d..f35acc15d 100644 --- a/tests/Log/FileLoggerTest.php +++ b/tests/Log/FileLoggerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php index 94624f3ef..136326ec3 100644 --- a/tests/Log/LogLevelTest.php +++ b/tests/Log/LogLevelTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Differential/FiniteDifferenceTest.php b/tests/Math/Differential/FiniteDifferenceTest.php index ea80a6bfb..127b6ad10 100644 --- a/tests/Math/Differential/FiniteDifferenceTest.php +++ b/tests/Math/Differential/FiniteDifferenceTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Exception/ZeroDevisionExceptionTest.php b/tests/Math/Exception/ZeroDevisionExceptionTest.php index 01b761f3e..a0c9a20d4 100644 --- a/tests/Math/Exception/ZeroDevisionExceptionTest.php +++ b/tests/Math/Exception/ZeroDevisionExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Functions/FibunacciTest.php b/tests/Math/Functions/FibunacciTest.php index a5a74f32e..56412b54b 100644 --- a/tests/Math/Functions/FibunacciTest.php +++ b/tests/Math/Functions/FibunacciTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php index 99aa0676a..52a01bea2 100644 --- a/tests/Math/Functions/FunctionsTest.php +++ b/tests/Math/Functions/FunctionsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php index 2bb02fc03..d36a13e94 100644 --- a/tests/Math/Functions/GammaTest.php +++ b/tests/Math/Functions/GammaTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php index eed508f04..6836baad3 100644 --- a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php +++ b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php index 7ae7d1b4b..7a4862d67 100644 --- a/tests/Math/Geometry/Shape/D2/CircleTest.php +++ b/tests/Math/Geometry/Shape/D2/CircleTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php index 64443bf90..0b51e7a09 100644 --- a/tests/Math/Geometry/Shape/D2/EllipseTest.php +++ b/tests/Math/Geometry/Shape/D2/EllipseTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php index 6d9afb0c9..528217af6 100644 --- a/tests/Math/Geometry/Shape/D2/PolygonTest.php +++ b/tests/Math/Geometry/Shape/D2/PolygonTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php index d5c951b07..946570eb2 100644 --- a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php +++ b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php index 4f86d0006..414d23b45 100644 --- a/tests/Math/Geometry/Shape/D2/RectangleTest.php +++ b/tests/Math/Geometry/Shape/D2/RectangleTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php index f46c14ec7..2f1eacc15 100644 --- a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php +++ b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php index 520e1bd42..d7ee7d503 100644 --- a/tests/Math/Geometry/Shape/D2/TriangleTest.php +++ b/tests/Math/Geometry/Shape/D2/TriangleTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php index 844193c77..994a223f3 100644 --- a/tests/Math/Geometry/Shape/D3/ConeTest.php +++ b/tests/Math/Geometry/Shape/D3/ConeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php index f8d2b8622..64aac05b3 100644 --- a/tests/Math/Geometry/Shape/D3/CuboidTest.php +++ b/tests/Math/Geometry/Shape/D3/CuboidTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php index 8674463f2..adb8c8f79 100644 --- a/tests/Math/Geometry/Shape/D3/CylinderTest.php +++ b/tests/Math/Geometry/Shape/D3/CylinderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php index 39c71c256..1c11342b4 100644 --- a/tests/Math/Geometry/Shape/D3/PrismTest.php +++ b/tests/Math/Geometry/Shape/D3/PrismTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php index 46cf1bf3c..9048d9952 100644 --- a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php +++ b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php index 0b4df8858..6a693380f 100644 --- a/tests/Math/Geometry/Shape/D3/SphereTest.php +++ b/tests/Math/Geometry/Shape/D3/SphereTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php index 5040d10c6..bddadee7d 100644 --- a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php +++ b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Integral/GaussTest.php b/tests/Math/Integral/GaussTest.php index 1bf0f49cb..610aa5f57 100644 --- a/tests/Math/Integral/GaussTest.php +++ b/tests/Math/Integral/GaussTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php index ee9773f8c..082dbe583 100644 --- a/tests/Math/Matrix/CholeskyDecompositionTest.php +++ b/tests/Math/Matrix/CholeskyDecompositionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php index 73b2fc926..fe6cd09ae 100644 --- a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php +++ b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php index f34fdb43d..b13d8542b 100644 --- a/tests/Math/Matrix/IdentityMatrixTest.php +++ b/tests/Math/Matrix/IdentityMatrixTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/InverseTypeTest.php b/tests/Math/Matrix/InverseTypeTest.php index b2a3310ad..e8f7d6460 100644 --- a/tests/Math/Matrix/InverseTypeTest.php +++ b/tests/Math/Matrix/InverseTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php index 03e16601d..4b1b06087 100644 --- a/tests/Math/Matrix/LUDecompositionTest.php +++ b/tests/Math/Matrix/LUDecompositionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php index 9e624429b..5345dfb66 100644 --- a/tests/Math/Matrix/MatrixTest.php +++ b/tests/Math/Matrix/MatrixTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php index 7c473c25f..f6f7ddc45 100644 --- a/tests/Math/Matrix/QRDecompositionTest.php +++ b/tests/Math/Matrix/QRDecompositionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php index 0e52bec60..ac9632c03 100644 --- a/tests/Math/Matrix/VectorTest.php +++ b/tests/Math/Matrix/VectorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php index fa3b584fe..e8621da5a 100644 --- a/tests/Math/Number/ComplexTest.php +++ b/tests/Math/Number/ComplexTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php index 707647462..d2f26660e 100644 --- a/tests/Math/Number/IntegerTest.php +++ b/tests/Math/Number/IntegerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php index 1b1606922..dd509c0e9 100644 --- a/tests/Math/Number/NaturalTest.php +++ b/tests/Math/Number/NaturalTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php index e4cb2f742..1b6d93006 100644 --- a/tests/Math/Number/NumberTypeTest.php +++ b/tests/Math/Number/NumberTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php index e8a4c0945..b4fdd0c71 100644 --- a/tests/Math/Number/NumbersTest.php +++ b/tests/Math/Number/NumbersTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php index 9b0bb6355..f6367ac27 100644 --- a/tests/Math/Number/PrimeTest.php +++ b/tests/Math/Number/PrimeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php index e42674e60..11b43db84 100644 --- a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php index d7246754a..3731885a9 100644 --- a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Numerics/Interpolation/PolynomialInterpolationTest.php b/tests/Math/Numerics/Interpolation/PolynomialInterpolationTest.php index 6b38f31d9..a6b60d837 100644 --- a/tests/Math/Numerics/Interpolation/PolynomialInterpolationTest.php +++ b/tests/Math/Numerics/Interpolation/PolynomialInterpolationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php index 6adfadd34..047fce49e 100644 --- a/tests/Math/Parser/EvaluatorTest.php +++ b/tests/Math/Parser/EvaluatorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php index 2f322f2c2..2b6147065 100644 --- a/tests/Math/Statistic/AverageTest.php +++ b/tests/Math/Statistic/AverageTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php index 35d577978..d0403aae9 100644 --- a/tests/Math/Statistic/BasicTest.php +++ b/tests/Math/Statistic/BasicTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php index 7c2d643b1..623316e53 100644 --- a/tests/Math/Statistic/CorrelationTest.php +++ b/tests/Math/Statistic/CorrelationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php index 983d60be4..f4b4c3f55 100644 --- a/tests/Math/Statistic/Forecast/ErrorTest.php +++ b/tests/Math/Statistic/Forecast/ErrorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php index 67f84606b..30800a5ee 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php index d5926e8bc..5691c2cae 100644 --- a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php index 6850dd546..cfbf4ad9f 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php index d0ef28516..96a4b2a50 100644 --- a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php +++ b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php index 0cd19dbaf..5458973bd 100644 --- a/tests/Math/Statistic/MeasureOfDispersionTest.php +++ b/tests/Math/Statistic/MeasureOfDispersionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php index 11231bd37..56374c82a 100644 --- a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php index a26d9e43e..7c33cc4b0 100644 --- a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php index e4bf25676..b2c08da01 100644 --- a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php index 942f324f3..873b2bedd 100644 --- a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php index 6ddf2e2e8..202a05dce 100644 --- a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php index 1cdaa60f8..67050f545 100644 --- a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php index 961325d24..ef71b41ef 100644 --- a/tests/Math/Stochastic/Distribution/FDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/FDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php index edf3e6b2a..121afe689 100644 --- a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php index da4786fdf..4e376b045 100644 --- a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php index b40595898..854f2aaf5 100644 --- a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php index 630ecd0fa..b53616048 100644 --- a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php index 6b5bd9234..0d1baf01b 100644 --- a/tests/Math/Stochastic/Distribution/LogDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php index 255d1541e..ac1e76945 100644 --- a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php index df5d9955e..0e834cebf 100644 --- a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php index b209ee45f..5345b9904 100644 --- a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php index 437960b5d..80616c886 100644 --- a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php index 47209563e..f2c1727eb 100644 --- a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php index e3efe56c3..f193162c1 100644 --- a/tests/Math/Stochastic/Distribution/TDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/TDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php index 8716cc173..db594d109 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php index 6a80f4d34..4ceab3935 100644 --- a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php +++ b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php index 34712a216..ffa9cdea1 100644 --- a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php +++ b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Math/Stochastic/NaiveBayesFilterTest.php b/tests/Math/Stochastic/NaiveBayesFilterTest.php index cfb89fdcf..71d5e1d87 100644 --- a/tests/Math/Stochastic/NaiveBayesFilterTest.php +++ b/tests/Math/Stochastic/NaiveBayesFilterTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php index 8850f7ba5..2b0b6ed82 100644 --- a/tests/Message/HeaderAbstractTest.php +++ b/tests/Message/HeaderAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php index 549f8342f..fb7ff1bb6 100644 --- a/tests/Message/Http/BrowserTypeTest.php +++ b/tests/Message/Http/BrowserTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/HeaderTest.php b/tests/Message/Http/HeaderTest.php index 780b30492..7d14ce65c 100644 --- a/tests/Message/Http/HeaderTest.php +++ b/tests/Message/Http/HeaderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php index ec2d9451b..6eab8f7da 100644 --- a/tests/Message/Http/OSTypeTest.php +++ b/tests/Message/Http/OSTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php index cee370155..86b67f5f9 100644 --- a/tests/Message/Http/RequestMethodTest.php +++ b/tests/Message/Http/RequestMethodTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php index 0019420a1..f27d79713 100644 --- a/tests/Message/Http/RequestStatusCodeTest.php +++ b/tests/Message/Http/RequestStatusCodeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php index 308bd184f..1806a7651 100644 --- a/tests/Message/Http/RequestStatusTest.php +++ b/tests/Message/Http/RequestStatusTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/RequestTest.php b/tests/Message/Http/RequestTest.php index 786ba7aa9..aa47c4435 100644 --- a/tests/Message/Http/RequestTest.php +++ b/tests/Message/Http/RequestTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/ResponseTest.php b/tests/Message/Http/ResponseTest.php index f5bcc57f0..0a1219ef0 100644 --- a/tests/Message/Http/ResponseTest.php +++ b/tests/Message/Http/ResponseTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php index 9ebc95653..e54166b8c 100644 --- a/tests/Message/Http/RestTest.php +++ b/tests/Message/Http/RestTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php index c7ddf1cb0..381553877 100644 --- a/tests/Message/Mail/ImapTest.php +++ b/tests/Message/Mail/ImapTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Mail/MailTest.php b/tests/Message/Mail/MailTest.php index 60ddaff0f..f14b1995f 100644 --- a/tests/Message/Mail/MailTest.php +++ b/tests/Message/Mail/MailTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Mail/NntpTest.php b/tests/Message/Mail/NntpTest.php index 15f6b8de6..b881e8ead 100644 --- a/tests/Message/Mail/NntpTest.php +++ b/tests/Message/Mail/NntpTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php index 4aca65d7f..213d249ae 100644 --- a/tests/Message/Mail/Pop3Test.php +++ b/tests/Message/Mail/Pop3Test.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/RequestSourceTest.php b/tests/Message/RequestSourceTest.php index a46db3c36..f466ddefe 100644 --- a/tests/Message/RequestSourceTest.php +++ b/tests/Message/RequestSourceTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php index bb5f7ceab..737e6204a 100644 --- a/tests/Message/ResponseAbstractTest.php +++ b/tests/Message/ResponseAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/ResponseTypeTest.php b/tests/Message/ResponseTypeTest.php index 863f6665b..e82399695 100644 --- a/tests/Message/ResponseTypeTest.php +++ b/tests/Message/ResponseTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php index a47e86c69..f80cfe783 100644 --- a/tests/Message/Socket/RequestTest.php +++ b/tests/Message/Socket/RequestTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php index 792a5a16b..3f7ad7b73 100644 --- a/tests/Message/Socket/ResponseTest.php +++ b/tests/Message/Socket/ResponseTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php index 78b6cade6..d79f9f742 100644 --- a/tests/Model/Html/HeadTest.php +++ b/tests/Model/Html/HeadTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php index 863b75a12..787fb5909 100644 --- a/tests/Model/Html/MetaTest.php +++ b/tests/Model/Html/MetaTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php index b510f2f79..31241ac06 100644 --- a/tests/Model/Message/DomActionTest.php +++ b/tests/Model/Message/DomActionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php index 4116cb265..8524145da 100644 --- a/tests/Model/Message/DomTest.php +++ b/tests/Model/Message/DomTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php index fe7fbcc42..b41bd0215 100644 --- a/tests/Model/Message/FormValidationTest.php +++ b/tests/Model/Message/FormValidationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php index a35c7b510..dca6136a6 100644 --- a/tests/Model/Message/NotifyTest.php +++ b/tests/Model/Message/NotifyTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/NotifyTypeTest.php b/tests/Model/Message/NotifyTypeTest.php index 12f822c19..bd9c064a9 100644 --- a/tests/Model/Message/NotifyTypeTest.php +++ b/tests/Model/Message/NotifyTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php index ae69cb9b2..13f601dd7 100644 --- a/tests/Model/Message/RedirectTest.php +++ b/tests/Model/Message/RedirectTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php index c487a237f..a58193d8a 100644 --- a/tests/Model/Message/ReloadTest.php +++ b/tests/Model/Message/ReloadTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php index 3f09a17d5..5810ab339 100644 --- a/tests/Module/Exception/InvalidModuleExceptionTest.php +++ b/tests/Module/Exception/InvalidModuleExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php index 2fb6988e7..6fc8384e1 100644 --- a/tests/Module/Exception/InvalidThemeExceptionTest.php +++ b/tests/Module/Exception/InvalidThemeExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/InfoManagerTest.php b/tests/Module/InfoManagerTest.php index f0b6b46ce..2c0d09a04 100644 --- a/tests/Module/InfoManagerTest.php +++ b/tests/Module/InfoManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php index 646a60479..629e22cc6 100644 --- a/tests/Module/ModuleAbstractTest.php +++ b/tests/Module/ModuleAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/ModuleFactoryTest.php b/tests/Module/ModuleFactoryTest.php index d91eb3763..89bd0a064 100644 --- a/tests/Module/ModuleFactoryTest.php +++ b/tests/Module/ModuleFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php index 8de82d093..9b8c9efb4 100644 --- a/tests/Module/ModuleManagerTest.php +++ b/tests/Module/ModuleManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php index 9bd0c4508..e170673cd 100644 --- a/tests/Module/NullModuleTest.php +++ b/tests/Module/NullModuleTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php index 75f2f1a8b..08fbfef1b 100644 --- a/tests/Module/PackageManagerTest.php +++ b/tests/Module/PackageManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php index c103b0e6b..f5a1524f7 100644 --- a/tests/Router/RouteVerbTest.php +++ b/tests/Router/RouteVerbTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Router/RouterTest.php b/tests/Router/RouterTest.php index ab2f41333..e0cc85db9 100644 --- a/tests/Router/RouterTest.php +++ b/tests/Router/RouterTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php index 25a1c54c3..9e9a4060c 100644 --- a/tests/Security/PhpCodeTest.php +++ b/tests/Security/PhpCodeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php index 5faaebe6c..99599f6bd 100644 --- a/tests/Socket/Client/ClientConnectionTest.php +++ b/tests/Socket/Client/ClientConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php index ce823afb4..5ef397938 100644 --- a/tests/Socket/Client/ClientTest.php +++ b/tests/Socket/Client/ClientTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php index 9277d4d9c..4a65711ee 100644 --- a/tests/Socket/Client/NullClientConnectionTest.php +++ b/tests/Socket/Client/NullClientConnectionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/CommandManagerTest.php b/tests/Socket/CommandManagerTest.php index 51b572b9f..d2366ec5a 100644 --- a/tests/Socket/CommandManagerTest.php +++ b/tests/Socket/CommandManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Packets/HeaderTest.php b/tests/Socket/Packets/HeaderTest.php index adc36cd42..683405161 100644 --- a/tests/Socket/Packets/HeaderTest.php +++ b/tests/Socket/Packets/HeaderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Packets/PacketManagerTest.php b/tests/Socket/Packets/PacketManagerTest.php index 3e67a7689..d8f9e5094 100644 --- a/tests/Socket/Packets/PacketManagerTest.php +++ b/tests/Socket/Packets/PacketManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Packets/PacketTypeTest.php b/tests/Socket/Packets/PacketTypeTest.php index 5e7985799..162177456 100644 --- a/tests/Socket/Packets/PacketTypeTest.php +++ b/tests/Socket/Packets/PacketTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php index 96376cd6d..9fbd8842c 100644 --- a/tests/Socket/Server/ClientManagerTest.php +++ b/tests/Socket/Server/ClientManagerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php index cfadb2f0a..7bbe2d30f 100644 --- a/tests/Socket/Server/ServerTest.php +++ b/tests/Socket/Server/ServerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Socket/SocketTypeTest.php b/tests/Socket/SocketTypeTest.php index e83378c0c..54b47dab1 100644 --- a/tests/Socket/SocketTypeTest.php +++ b/tests/Socket/SocketTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php index ec99f2735..f51b7e021 100644 --- a/tests/Stdlib/Base/AddressTest.php +++ b/tests/Stdlib/Base/AddressTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php index 083f26127..aaf39a09e 100644 --- a/tests/Stdlib/Base/AddressTypeTest.php +++ b/tests/Stdlib/Base/AddressTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php index cb6d26dc4..79292a8e3 100644 --- a/tests/Stdlib/Base/EnumArrayTest.php +++ b/tests/Stdlib/Base/EnumArrayTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php index f5b1f1d33..7823df2f4 100644 --- a/tests/Stdlib/Base/EnumTest.php +++ b/tests/Stdlib/Base/EnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php index 9c69e5e54..a9f2659b3 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php index 8aa674599..3c05db311 100644 --- a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php +++ b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php index e01481dc6..9c819dff8 100644 --- a/tests/Stdlib/Base/IbanTest.php +++ b/tests/Stdlib/Base/IbanTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php index f04c21654..99d78a59e 100644 --- a/tests/Stdlib/Base/LocationTest.php +++ b/tests/Stdlib/Base/LocationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php index 2d34b63ea..c2e4707d8 100644 --- a/tests/Stdlib/Base/NullLocationTest.php +++ b/tests/Stdlib/Base/NullLocationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php index a76b7a4bf..144387b75 100644 --- a/tests/Stdlib/Base/PhoneTypeTest.php +++ b/tests/Stdlib/Base/PhoneTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php index 0f699566f..fae82da34 100644 --- a/tests/Stdlib/Base/SmartDateTimeTest.php +++ b/tests/Stdlib/Base/SmartDateTimeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Graph/BinaryTreeTest.php b/tests/Stdlib/Graph/BinaryTreeTest.php index 95482fa3f..b7d6b4ff0 100644 --- a/tests/Stdlib/Graph/BinaryTreeTest.php +++ b/tests/Stdlib/Graph/BinaryTreeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php index b48ed81c4..a1f7229ab 100644 --- a/tests/Stdlib/Graph/EdgeTest.php +++ b/tests/Stdlib/Graph/EdgeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php index b93f9106c..5420aa8f2 100644 --- a/tests/Stdlib/Graph/GraphTest.php +++ b/tests/Stdlib/Graph/GraphTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php index f9f84a125..db7f67b2f 100644 --- a/tests/Stdlib/Graph/NodeTest.php +++ b/tests/Stdlib/Graph/NodeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Graph/TreeTest.php b/tests/Stdlib/Graph/TreeTest.php index c43e3ad8f..2052b572b 100644 --- a/tests/Stdlib/Graph/TreeTest.php +++ b/tests/Stdlib/Graph/TreeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php index 1e5e32c5c..6cdd1106c 100644 --- a/tests/Stdlib/Map/KeyTypeTest.php +++ b/tests/Stdlib/Map/KeyTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php index 5c33d6b3e..57a799773 100644 --- a/tests/Stdlib/Map/MultiMapTest.php +++ b/tests/Stdlib/Map/MultiMapTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php index 8d94dbdd1..99a74f780 100644 --- a/tests/Stdlib/Map/OrderTypeTest.php +++ b/tests/Stdlib/Map/OrderTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php index a8520a3c5..c69758a5d 100644 --- a/tests/Stdlib/Queue/PriorityModeTest.php +++ b/tests/Stdlib/Queue/PriorityModeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php index b0166252c..3cf716d88 100644 --- a/tests/Stdlib/Queue/PriorityQueueTest.php +++ b/tests/Stdlib/Queue/PriorityQueueTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php index b210486b7..e99f42928 100644 --- a/tests/System/File/ContentPutModeTest.php +++ b/tests/System/File/ContentPutModeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php index 0e3061842..c530b41b9 100644 --- a/tests/System/File/ExtensionTypeTest.php +++ b/tests/System/File/ExtensionTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php index 7e238069f..e8dee71b9 100644 --- a/tests/System/File/FileUtilsTest.php +++ b/tests/System/File/FileUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php index ca1a5e5a8..c730196cc 100644 --- a/tests/System/File/Ftp/DirectoryTest.php +++ b/tests/System/File/Ftp/DirectoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php index e4997d5ea..0dc6efd06 100644 --- a/tests/System/File/Ftp/FileTest.php +++ b/tests/System/File/Ftp/FileTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php index c151cf7b8..17c21bd88 100644 --- a/tests/System/File/Ftp/FtpStorageTest.php +++ b/tests/System/File/Ftp/FtpStorageTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php index 0c7ea20c2..9aabd21d5 100644 --- a/tests/System/File/Local/DirectoryTest.php +++ b/tests/System/File/Local/DirectoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php index 4dcbe7e01..2c2ac1905 100644 --- a/tests/System/File/Local/FileTest.php +++ b/tests/System/File/Local/FileTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php index 743e066d8..517bdd52f 100644 --- a/tests/System/File/Local/LocalStorageTest.php +++ b/tests/System/File/Local/LocalStorageTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php index 305d24254..cb9609058 100644 --- a/tests/System/File/PathExceptionTest.php +++ b/tests/System/File/PathExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php index 35676cafa..efeb23d4a 100644 --- a/tests/System/File/PermissionExceptionTest.php +++ b/tests/System/File/PermissionExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php index 7e68f6f47..f2c80dd4c 100644 --- a/tests/System/File/StorageTest.php +++ b/tests/System/File/StorageTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php index 44baf7827..7d5a65d31 100644 --- a/tests/System/MimeTypeTest.php +++ b/tests/System/MimeTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php index 8e5091ed8..25b21a07e 100644 --- a/tests/System/OperatingSystemTest.php +++ b/tests/System/OperatingSystemTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php index d30b38f0c..730f452fd 100644 --- a/tests/System/SystemTypeTest.php +++ b/tests/System/SystemTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php index 859957230..621ba4a97 100644 --- a/tests/System/SystemUtilsTest.php +++ b/tests/System/SystemUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php index 267c2748d..f6a47ed39 100644 --- a/tests/UnhandledHandlerTest.php +++ b/tests/UnhandledHandlerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Uri/HttpTest.php b/tests/Uri/HttpTest.php index be331e28c..4e4b45bd0 100644 --- a/tests/Uri/HttpTest.php +++ b/tests/Uri/HttpTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php index f41bc4734..8ca811246 100644 --- a/tests/Uri/InvalidUriExceptionTest.php +++ b/tests/Uri/InvalidUriExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php index b45a44514..620242c94 100644 --- a/tests/Uri/UriFactoryTest.php +++ b/tests/Uri/UriFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php index 6e65809cc..497aa4b07 100644 --- a/tests/Uri/UriSchemeTest.php +++ b/tests/Uri/UriSchemeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php index 88e0281b4..502972377 100644 --- a/tests/Utils/ArrayUtilsTest.php +++ b/tests/Utils/ArrayUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php index eecf19a93..28cb009cc 100644 --- a/tests/Utils/Barcode/AztecTest.php +++ b/tests/Utils/Barcode/AztecTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php index bedc9a391..6f556ea5d 100644 --- a/tests/Utils/Barcode/C128aTest.php +++ b/tests/Utils/Barcode/C128aTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php index ed525567e..74c8c9867 100644 --- a/tests/Utils/Barcode/C128bTest.php +++ b/tests/Utils/Barcode/C128bTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php index 762e9173f..5759e56ca 100644 --- a/tests/Utils/Barcode/C128cTest.php +++ b/tests/Utils/Barcode/C128cTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php index 2697ae7b4..fe5156494 100644 --- a/tests/Utils/Barcode/C25Test.php +++ b/tests/Utils/Barcode/C25Test.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php index c5931af01..1f9dc1ad8 100644 --- a/tests/Utils/Barcode/C39Test.php +++ b/tests/Utils/Barcode/C39Test.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php index e7daeb3cd..87074f7f2 100644 --- a/tests/Utils/Barcode/CodebarTest.php +++ b/tests/Utils/Barcode/CodebarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php index 15ff1a0fd..e0135f451 100644 --- a/tests/Utils/Barcode/DatamatrixTest.php +++ b/tests/Utils/Barcode/DatamatrixTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php index 1810a24cb..82ec86570 100644 --- a/tests/Utils/Barcode/HIBCCTest.php +++ b/tests/Utils/Barcode/HIBCCTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php index 89172969f..17540a20e 100644 --- a/tests/Utils/Barcode/OrientationTypeTest.php +++ b/tests/Utils/Barcode/OrientationTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php index 938b30742..27502bd4c 100644 --- a/tests/Utils/Barcode/QRTest.php +++ b/tests/Utils/Barcode/QRTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php index 11f153d69..43f9a28d5 100644 --- a/tests/Utils/ColorUtilsTest.php +++ b/tests/Utils/ColorUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php index 26184206d..a060a22ed 100644 --- a/tests/Utils/Compression/LZWTest.php +++ b/tests/Utils/Compression/LZWTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php index 4d0f6b948..7e70e0491 100644 --- a/tests/Utils/Converter/AngleTypeTest.php +++ b/tests/Utils/Converter/AngleTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php index 5f56ff887..3c5f1dfcf 100644 --- a/tests/Utils/Converter/AreaTypeTest.php +++ b/tests/Utils/Converter/AreaTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php index 2dc9184b9..18c054665 100644 --- a/tests/Utils/Converter/CurrencyTest.php +++ b/tests/Utils/Converter/CurrencyTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php index 202e9bcf1..fbca4001b 100644 --- a/tests/Utils/Converter/EnergyPowerTypeTest.php +++ b/tests/Utils/Converter/EnergyPowerTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php index 460d75bfd..634faf902 100644 --- a/tests/Utils/Converter/FileSizeTypeTest.php +++ b/tests/Utils/Converter/FileSizeTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php index e0c44c264..46819cf97 100644 --- a/tests/Utils/Converter/FileTest.php +++ b/tests/Utils/Converter/FileTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php index fa43a2f9b..c042db16e 100644 --- a/tests/Utils/Converter/IpTest.php +++ b/tests/Utils/Converter/IpTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php index b16ce6d86..0119a8562 100644 --- a/tests/Utils/Converter/LengthTypeTest.php +++ b/tests/Utils/Converter/LengthTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php index 24295f14c..b630d5d76 100644 --- a/tests/Utils/Converter/MeasurementTest.php +++ b/tests/Utils/Converter/MeasurementTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php index 9cd0cdb95..f759caa81 100644 --- a/tests/Utils/Converter/NumericTest.php +++ b/tests/Utils/Converter/NumericTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php index c81ae9d32..c43d6ddf9 100644 --- a/tests/Utils/Converter/PressureTypeTest.php +++ b/tests/Utils/Converter/PressureTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php index 898760b90..ec7d97bf5 100644 --- a/tests/Utils/Converter/SpeedTypeTest.php +++ b/tests/Utils/Converter/SpeedTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php index c35389c42..0b64cc396 100644 --- a/tests/Utils/Converter/TemperatureTypeTest.php +++ b/tests/Utils/Converter/TemperatureTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php index f8dc938fc..e06acca13 100644 --- a/tests/Utils/Converter/TimeTypeTest.php +++ b/tests/Utils/Converter/TimeTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php index 62cb5d63d..c8c99e4cc 100644 --- a/tests/Utils/Converter/VolumeTypeTest.php +++ b/tests/Utils/Converter/VolumeTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php index 485d12f53..5d417043f 100644 --- a/tests/Utils/Converter/WeightTypeTest.php +++ b/tests/Utils/Converter/WeightTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php index cbf370360..70fda433a 100644 --- a/tests/Utils/Encoding/CaesarTest.php +++ b/tests/Utils/Encoding/CaesarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php index 722d4e013..1747bf045 100644 --- a/tests/Utils/Encoding/GrayTest.php +++ b/tests/Utils/Encoding/GrayTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php index 816f1e041..ae9468040 100644 --- a/tests/Utils/Encoding/Huffman/DictionaryTest.php +++ b/tests/Utils/Encoding/Huffman/DictionaryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php index 6e828c521..580a264e6 100644 --- a/tests/Utils/Encoding/Huffman/HuffmanTest.php +++ b/tests/Utils/Encoding/Huffman/HuffmanTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php index 6ffff8518..62bb3a4e9 100644 --- a/tests/Utils/Encoding/XorEncodingTest.php +++ b/tests/Utils/Encoding/XorEncodingTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php index 086620f30..74712532f 100644 --- a/tests/Utils/Excel/ExcelTest.php +++ b/tests/Utils/Excel/ExcelTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php index 7458611ea..be728e8ca 100644 --- a/tests/Utils/Git/AuthorTest.php +++ b/tests/Utils/Git/AuthorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php index c88078d5a..4d3b45a25 100644 --- a/tests/Utils/Git/BranchTest.php +++ b/tests/Utils/Git/BranchTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php index e332d0494..1fa4b05d8 100644 --- a/tests/Utils/Git/CommitTest.php +++ b/tests/Utils/Git/CommitTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php index 06b678601..a329f8e0b 100644 --- a/tests/Utils/Git/GitTest.php +++ b/tests/Utils/Git/GitTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php index cc3afb32c..199e9398e 100644 --- a/tests/Utils/Git/RepositoryTest.php +++ b/tests/Utils/Git/RepositoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php index 48f0f095a..7fd78e376 100644 --- a/tests/Utils/Git/TagTest.php +++ b/tests/Utils/Git/TagTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php index 2b17f470c..17afd77ad 100644 --- a/tests/Utils/IO/Csv/CsvSettingsTest.php +++ b/tests/Utils/IO/Csv/CsvSettingsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Excel/ExcelDatabaseMapperTest.php b/tests/Utils/IO/Excel/ExcelDatabaseMapperTest.php index 787e9c813..69f22b66b 100644 --- a/tests/Utils/IO/Excel/ExcelDatabaseMapperTest.php +++ b/tests/Utils/IO/Excel/ExcelDatabaseMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php index 3f58524ed..362b0d8e7 100644 --- a/tests/Utils/IO/IODatabaseMapperTest.php +++ b/tests/Utils/IO/IODatabaseMapperTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php index 0d1302261..895fc33ff 100644 --- a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php +++ b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php index fda18dfb1..6d140966d 100644 --- a/tests/Utils/IO/Zip/GzTest.php +++ b/tests/Utils/IO/Zip/GzTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php index 8922e4839..bf316eae2 100644 --- a/tests/Utils/IO/Zip/TarGzTest.php +++ b/tests/Utils/IO/Zip/TarGzTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php index 9478151d6..a5eac4a84 100644 --- a/tests/Utils/IO/Zip/TarTest.php +++ b/tests/Utils/IO/Zip/TarTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php index d7389e19d..9a1ad6cbc 100644 --- a/tests/Utils/IO/Zip/ZipTest.php +++ b/tests/Utils/IO/Zip/ZipTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php index 6df0cb339..74fb42faf 100644 --- a/tests/Utils/ImageUtilsTest.php +++ b/tests/Utils/ImageUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/JobQueue/JobQueueTest.php b/tests/Utils/JobQueue/JobQueueTest.php index 9e8da4bdb..ef9befc4e 100644 --- a/tests/Utils/JobQueue/JobQueueTest.php +++ b/tests/Utils/JobQueue/JobQueueTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/JobQueue/JobTest.php b/tests/Utils/JobQueue/JobTest.php index 6ddd4d2b2..3a245bf97 100644 --- a/tests/Utils/JobQueue/JobTest.php +++ b/tests/Utils/JobQueue/JobTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/JsonBuilderTest.php b/tests/Utils/JsonBuilderTest.php index 21cfed82b..a76ffb14a 100644 --- a/tests/Utils/JsonBuilderTest.php +++ b/tests/Utils/JsonBuilderTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php index 079536dc0..4a01e94c1 100644 --- a/tests/Utils/PDF/PdfTest.php +++ b/tests/Utils/PDF/PdfTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php index 532277d7d..f2c8412b7 100644 --- a/tests/Utils/Parser/Markdown/MarkdownTest.php +++ b/tests/Utils/Parser/Markdown/MarkdownTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php index 94a4bbec8..ba1b95573 100644 --- a/tests/Utils/Parser/Php/ArrayParserTest.php +++ b/tests/Utils/Parser/Php/ArrayParserTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php index b48f15529..1018a5b9e 100644 --- a/tests/Utils/PermutationTest.php +++ b/tests/Utils/PermutationTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/AddressTest.php b/tests/Utils/RnG/AddressTest.php index fdc169cf8..ee825aac1 100644 --- a/tests/Utils/RnG/AddressTest.php +++ b/tests/Utils/RnG/AddressTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php index 0a3414c1c..248618883 100644 --- a/tests/Utils/RnG/ArrayRandomizeTest.php +++ b/tests/Utils/RnG/ArrayRandomizeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/CityTest.php b/tests/Utils/RnG/CityTest.php index 06a3642e6..caff955fc 100644 --- a/tests/Utils/RnG/CityTest.php +++ b/tests/Utils/RnG/CityTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php index c8b302457..77e2d263f 100644 --- a/tests/Utils/RnG/DateTimeTest.php +++ b/tests/Utils/RnG/DateTimeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php index d0390fbba..6b1dbfee3 100644 --- a/tests/Utils/RnG/DistributionTypeTest.php +++ b/tests/Utils/RnG/DistributionTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/EmailTest.php b/tests/Utils/RnG/EmailTest.php index 3a895ca71..40d9d8153 100644 --- a/tests/Utils/RnG/EmailTest.php +++ b/tests/Utils/RnG/EmailTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php index 1a6ae0202..1a7b2a9a8 100644 --- a/tests/Utils/RnG/FileTest.php +++ b/tests/Utils/RnG/FileTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/IBANTest.php b/tests/Utils/RnG/IBANTest.php index 34818f5a0..f866c88b8 100644 --- a/tests/Utils/RnG/IBANTest.php +++ b/tests/Utils/RnG/IBANTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php index cd667dbac..b7eb9d724 100644 --- a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php +++ b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php index 9d4a7f1db..260e13c10 100644 --- a/tests/Utils/RnG/NameTest.php +++ b/tests/Utils/RnG/NameTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/NumericTest.php b/tests/Utils/RnG/NumericTest.php index e5c4965f6..bab6daa2e 100644 --- a/tests/Utils/RnG/NumericTest.php +++ b/tests/Utils/RnG/NumericTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php index f589b904e..74e604e20 100644 --- a/tests/Utils/RnG/PhoneTest.php +++ b/tests/Utils/RnG/PhoneTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/PostalZipTest.php b/tests/Utils/RnG/PostalZipTest.php index b91c1e64b..5c0898ec4 100644 --- a/tests/Utils/RnG/PostalZipTest.php +++ b/tests/Utils/RnG/PostalZipTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php index 86dc12597..7872f7db1 100644 --- a/tests/Utils/RnG/StringUtilsTest.php +++ b/tests/Utils/RnG/StringUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php index 4801843b8..260dd447c 100644 --- a/tests/Utils/RnG/TextTest.php +++ b/tests/Utils/RnG/TextTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php index 9ace59504..4d936f08d 100644 --- a/tests/Utils/StringCompareTest.php +++ b/tests/Utils/StringCompareTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php index c62f62af1..9802f0823 100644 --- a/tests/Utils/StringUtilsTest.php +++ b/tests/Utils/StringUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php index 320b9eca5..8afe3ca5b 100644 --- a/tests/Utils/TaskSchedule/CronJobTest.php +++ b/tests/Utils/TaskSchedule/CronJobTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php index 0712511af..e31a059bb 100644 --- a/tests/Utils/TaskSchedule/CronTest.php +++ b/tests/Utils/TaskSchedule/CronTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php index a20665c19..7f3b7f41c 100644 --- a/tests/Utils/TaskSchedule/IntervalTest.php +++ b/tests/Utils/TaskSchedule/IntervalTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php index 241293ba2..cf7bf393b 100644 --- a/tests/Utils/TaskSchedule/ScheduleTest.php +++ b/tests/Utils/TaskSchedule/ScheduleTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php index f3cacd58a..f514830a4 100644 --- a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php +++ b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php index fd924b275..67b18d667 100644 --- a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php +++ b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php index 27dd44d66..ba3b07d5f 100644 --- a/tests/Utils/TaskSchedule/TaskAbstractTest.php +++ b/tests/Utils/TaskSchedule/TaskAbstractTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php index 56c59a32e..46d7291ac 100644 --- a/tests/Utils/TaskSchedule/TaskFactoryTest.php +++ b/tests/Utils/TaskSchedule/TaskFactoryTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php index c41e5edda..c5f876584 100644 --- a/tests/Utils/TaskSchedule/TaskSchedulerTest.php +++ b/tests/Utils/TaskSchedule/TaskSchedulerTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php index 6df7b3b31..283feb34b 100644 --- a/tests/Utils/TestUtilsTest.php +++ b/tests/Utils/TestUtilsTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php index f922af2de..771b34639 100644 --- a/tests/Validation/Base/DateTimeTest.php +++ b/tests/Validation/Base/DateTimeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php index cd52dc20b..190feb6bf 100644 --- a/tests/Validation/Finance/BICTest.php +++ b/tests/Validation/Finance/BICTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php index a5f7422bb..c7496d59a 100644 --- a/tests/Validation/Finance/CreditCardTest.php +++ b/tests/Validation/Finance/CreditCardTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php index 3f52edcb7..82e5e3e47 100644 --- a/tests/Validation/Finance/IbanEnumTest.php +++ b/tests/Validation/Finance/IbanEnumTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php index b411356be..e97dd5d97 100644 --- a/tests/Validation/Finance/IbanErrorTypeTest.php +++ b/tests/Validation/Finance/IbanErrorTypeTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php index e127acc2e..2aad40bb9 100644 --- a/tests/Validation/Finance/IbanTest.php +++ b/tests/Validation/Finance/IbanTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php index c78041f94..dfbafed5b 100644 --- a/tests/Validation/Network/EmailTest.php +++ b/tests/Validation/Network/EmailTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php index 06edc8f20..522c2fd57 100644 --- a/tests/Validation/Network/HostnameTest.php +++ b/tests/Validation/Network/HostnameTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php index 626c88a03..ec2d0c139 100644 --- a/tests/Validation/Network/IpTest.php +++ b/tests/Validation/Network/IpTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php index 4bb0e75eb..bfcfc5d6a 100644 --- a/tests/Validation/ValidatorTest.php +++ b/tests/Validation/ValidatorTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php index bb829b9a0..646e34b68 100644 --- a/tests/Version/VersionTest.php +++ b/tests/Version/VersionTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php index 60276ab59..0e9995b5a 100644 --- a/tests/Views/PaginationViewTest.php +++ b/tests/Views/PaginationViewTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php index 192eead85..209e63d5f 100644 --- a/tests/Views/ViewTest.php +++ b/tests/Views/ViewTest.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package tests * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0