mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-17 00:48:41 +00:00
Finalize new tests
This commit is contained in:
parent
b326f71086
commit
58e6b89768
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Depreciation;
|
||||
|
||||
class DepreciationTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ namespace phpOMS\tests\Business\Finance;
|
|||
|
||||
use phpOMS\Business\Finance\FinanceFormulas;
|
||||
|
||||
|
||||
class FinanceFormulasTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testAnnualPercentageYield()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ARCH;
|
||||
|
||||
class ARCHTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ARFIMA;
|
||||
|
||||
class ARFIMATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ARIMA;
|
||||
|
||||
class ARIMATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ARMA;
|
||||
|
||||
class ARMATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\AR;
|
||||
|
||||
class ARTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ClassicalDecomposition;
|
||||
|
||||
class ClassicalDecompositionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting\ExponentialSmoothing;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ExponentialSmoothing\ExponentialSmoothing;
|
||||
|
||||
class ExponentialSmoothingTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting\ExponentialSmoothing;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ExponentialSmoothing\SeasonalType;
|
||||
|
||||
class SeasonalTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting\ExponentialSmoothing;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\ExponentialSmoothing\TrendType;
|
||||
|
||||
class TrendTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\GARCH;
|
||||
|
||||
class GARCHTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\MA;
|
||||
|
||||
class MATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\NAR;
|
||||
|
||||
class NARTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\NMA;
|
||||
|
||||
class NMATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\SARIMA;
|
||||
|
||||
class SARIMATest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance\Forecasting;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Forecasting\SmoothingType;
|
||||
|
||||
class SmoothingTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Loan;
|
||||
|
||||
class LoanTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\Lorenzkurve;
|
||||
|
||||
class LorenzkurveTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Finance;
|
||||
|
||||
|
||||
use phpOMS\Business\Finance\StockBonds;
|
||||
|
||||
class StockBondsTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Marketing;
|
||||
|
||||
|
||||
use phpOMS\Business\Marketing\Metrics;
|
||||
|
||||
class MetricsTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Marketing;
|
||||
|
||||
|
||||
use phpOMS\Business\Marketing\NetPromoterScore;
|
||||
|
||||
class NetPromoterScoreTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpOMS\tests\Business\Programming;
|
||||
|
||||
|
||||
use phpOMS\Business\Programming\Metrics;
|
||||
|
||||
class MetricsTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ namespace phpOMS\tests\Business\Sales;
|
|||
|
||||
use phpOMS\Business\Sales\MarketShareEstimation;
|
||||
|
||||
|
||||
class MarketShareEstimationTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testZipfRank()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cache;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cache\CacheFactory;
|
||||
|
||||
class CacheFactoryTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cache;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cache\CachePool;
|
||||
use phpOMS\DataStorage\Cache\FileCache;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cache;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cache\CacheStatus;
|
||||
|
||||
class CacheStatusTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cache;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cache\CacheType;
|
||||
|
||||
class CacheTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cache;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cache\NullCache;
|
||||
|
||||
class NullCacheTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Cookie;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Cookie\CookieJar;
|
||||
use phpOMS\DataStorage\LockException;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Connection;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Connection\ConnectionFactory;
|
||||
use phpOMS\DataStorage\Database\Connection\MysqlConnection;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Connection;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Connection\MysqlConnection;
|
||||
use phpOMS\DataStorage\Database\DatabaseStatus;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Connection;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Connection\PostgresConnection;
|
||||
|
||||
class PostgresConnectionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Connection;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Connection\SQLiteConnection;
|
||||
|
||||
class SQLiteConnectionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Connection;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Connection\SqlServerConnection;
|
||||
|
||||
class SqlServerConnectionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ use phpOMS\tests\DataStorage\Database\TestModel\BaseModel;
|
|||
use phpOMS\tests\DataStorage\Database\TestModel\BaseModelMapper;
|
||||
|
||||
|
||||
|
||||
class DataMapperAbstractTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected $model = null;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DatabaseExceptionFactory;
|
||||
|
||||
class DatabaseExceptionFactoryTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ use phpOMS\DataStorage\Database\DatabaseStatus;
|
|||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
|
||||
|
||||
|
||||
class DatabasePoolTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
public function testBasicConnection()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DatabaseStatus;
|
||||
|
||||
class DatabaseStatusTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DatabaseType;
|
||||
|
||||
class DatabaseTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Exception;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException;
|
||||
|
||||
class InvalidConnectionConfigExceptionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Exception;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Exception\InvalidMapperException;
|
||||
|
||||
class InvalidMapperExceptionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
||||
class ColumnTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Count;
|
||||
|
||||
class CountTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Expression;
|
||||
|
||||
class ExpressionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\From;
|
||||
|
||||
class FromTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\Grammar;
|
||||
|
||||
class GrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\MicrosoftGrammar;
|
||||
|
||||
class MicrosoftGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\MysqlGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\OracleGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\PostgresGrammar;
|
||||
|
||||
class PostgresGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Grammar\SQLiteGrammar;
|
||||
use phpOMS\Utils\TestUtils;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Into;
|
||||
|
||||
class IntoTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\JoinType;
|
||||
|
||||
class JoinTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\QueryType;
|
||||
|
||||
class QueryTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Select;
|
||||
|
||||
class SelectTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Query;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Query\Where;
|
||||
|
||||
class WhereTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\RelationType;
|
||||
|
||||
class RelationTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Builder;
|
||||
|
||||
class BuilderTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Exception;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Exception\TableException;
|
||||
|
||||
class TableExceptionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\Grammar;
|
||||
|
||||
class GrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar;
|
||||
|
||||
class MysqlGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\PostgresGrammar;
|
||||
|
||||
class PostgresGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\SQLiteGrammar;
|
||||
|
||||
class SQLiteGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema\Grammar;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\Grammar\SqlServerGrammar;
|
||||
|
||||
class SqlServerGrammarTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\Schema;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\Schema\QueryType;
|
||||
|
||||
class QueryTypeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||
use phpOMS\DataStorage\Database\Query\Builder;
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class BelongsToModel
|
||||
{
|
||||
public $id = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||
use phpOMS\DataStorage\Database\Query\Builder;
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class ManyToManyDirectModel
|
||||
{
|
||||
public $id = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||
use phpOMS\DataStorage\Database\Query\Builder;
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class ManyToManyRelModel
|
||||
{
|
||||
public $id = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||
use phpOMS\DataStorage\Database\Query\Builder;
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class NullBaseModel extends BaseModel
|
||||
{
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class NullBelongsToModel extends BelongsToModel
|
||||
{
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class NullManyToManyDirectModel extends ManyToManyDirectModel
|
||||
{
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class NullManyToManyRelModel extends ManyToManyRelModel
|
||||
{
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class NullOwnsOneModel extends OwnsOneModel
|
||||
{
|
||||
}
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
class OwnsOneModel
|
||||
{
|
||||
public $id = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace phpOMS\tests\DataStorage\Database\TestModel;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||
use phpOMS\DataStorage\Database\Query\Builder;
|
||||
use phpOMS\DataStorage\Database\Query\Column;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Session;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Session\ConsoleSession;
|
||||
|
||||
class ConsoleSessionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Session;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Session\HttpSession;
|
||||
|
||||
class HttpSessionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Session;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Session\SocketSession;
|
||||
|
||||
class SocketSessionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\DataStorage\Web;
|
||||
|
||||
|
||||
use phpOMS\DataStorage\Web\Builder;
|
||||
|
||||
class BuilderTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Differential;
|
||||
|
||||
|
||||
use phpOMS\Math\Differential\FiniteDifference;
|
||||
|
||||
class FiniteDifferenceTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Exception;
|
||||
|
||||
|
||||
use phpOMS\Math\Exception\ZeroDevisionException;
|
||||
|
||||
class ZeroDevisionExceptionTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Functions;
|
||||
|
||||
|
||||
use phpOMS\Math\Functions\Fibunacci;
|
||||
|
||||
class FibunacciTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Functions;
|
||||
|
||||
|
||||
use phpOMS\Math\Functions\Functions;
|
||||
|
||||
class FunctionsTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Geometry\ConvexHull;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\ConvexHull\MonotoneChain;
|
||||
|
||||
class MonotoneChainTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Circle;
|
||||
|
||||
class CircleTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Ellipse;
|
||||
|
||||
class EllipseTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Polygon;
|
||||
|
||||
class PolygonTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Quadrilateral;
|
||||
|
||||
class QuadrilateralTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Rectangle;
|
||||
|
||||
class RectangleTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Trapezoid;
|
||||
|
||||
class TrapezoidTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Shape\D2;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D2\Triangle;
|
||||
|
||||
class TriangleTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Geometry\Shape\D3;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D3\Cone;
|
||||
|
||||
class ConeTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Geometry\Shape\D3;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D3\Cuboid;
|
||||
|
||||
class CuboidTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Geometry\Shape\D3;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D3\Cylinder;
|
||||
|
||||
class CylinderTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
namespace phpOMS\tests\Math\Geometry\Shape\D3;
|
||||
|
||||
|
||||
use phpOMS\Math\Geometry\Shape\D3\Prism;
|
||||
|
||||
class PrismTest extends \PHPUnit\Framework\TestCase
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user