repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/ColumnSchemaBuilderTest.php
tests/framework/db/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\db\ColumnSchemaBuilder; use yii\db\Expression; use yii\db\Schema; abstract class ColumnSchemaBuilderTest extends DatabaseTe...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/CompareValue.php
tests/framework/db/CompareValue.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\base\BaseObject; abstract class CompareValue extends BaseObject { }
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/DatabaseTestCase.php
tests/framework/db/DatabaseTestCase.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use Exception; use Yii; use yii\caching\DummyCache; use yii\db\Connection; use yiiunit\TestCase; abstract class DatabaseTestCase ex...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/ConnectionTest.php
tests/framework/db/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use Exception; use Yii; use yii\base\InvalidConfigException; use yii\caching\ArrayCache; use yii\db\conditions\AndCondition; use yii...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/testBatchInsertWithYield.php
tests/framework/db/testBatchInsertWithYield.php
<?php use yiiunit\framework\db\CommandTest; /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ * * @var CommandTest $this */ $rows = call_user_func(function () { if (false) { yield []; } }); $command = $thi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/GetTablesAliasTestTrait.php
tests/framework/db/GetTablesAliasTestTrait.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use stdClass; use yii\db\Expression; use yii\db\ActiveQuery; use yii\db\Query; trait GetTablesAliasTestTrait { /** * @retu...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/ActiveRecordTest.php
tests/framework/db/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use Yii; use yii\base\InvalidArgumentException; use yii\base\InvalidConfigException; use yii\db\ActiveQuery; use yii\db\ActiveRecord...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/QueryTest.php
tests/framework/db/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\caching\ArrayCache; use yii\db\Connection; use yii\db\Expression; use yii\db\Query; use yii\db\Schema; abstract class Query...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/QueryBuilderTest.php
tests/framework/db/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use Yii; use Exception; use Closure; use yii\base\NotSupportedException; use yii\db\ColumnSchemaBuilder; use yii\db\conditions\Betwe...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/UnqueryableQueryMock.php
tests/framework/db/UnqueryableQueryMock.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\base\InvalidCallException; use yii\db\Query; class UnqueryableQueryMock extends Query { /** * {@inheritdoc} *...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/CommandTest.php
tests/framework/db/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use PDO; use Throwable; use yii\base\InvalidArgumentException; use yiiunit\framework\db\enums\Status; use yiiunit\framework\db\enums...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/ActiveQueryTest.php
tests/framework/db/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\base\Event; use yii\db\ActiveQuery; use yii\db\Connection; use yii\db\QueryBuilder; use yiiunit\data\ar\ActiveRecord; use yi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/AnyValue.php
tests/framework/db/AnyValue.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; class AnyValue extends CompareValue { /** * @var self */ private static $_instance; public static function ge...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/BatchQueryResultTest.php
tests/framework/db/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\db\BatchQueryResult; use yii\db\Query; use yiiunit\data\ar\ActiveRecord; use yiiunit\data\ar\Customer; abstract class Batch...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/ActiveQueryModelConnectionTest.php
tests/framework/db/ActiveQueryModelConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use yii\db\ActiveQuery; use yii\db\ActiveRecord as DefaultActiveRecord; use yiiunit\data\ar\ActiveRecord; use yiiunit\TestCase; cla...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/SchemaTest.php
tests/framework/db/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; use Exception; use PDO; use yii\caching\ArrayCache; use yii\caching\FileCache; use yii\db\CheckConstraint; use yii\db\ColumnSchema; ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/AnyCaseValue.php
tests/framework/db/AnyCaseValue.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db; class AnyCaseValue extends CompareValue { public $value; /** * Constructor. * @param string|string[] $value ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ColumnSchemaBuilderTest.php
tests/framework/db/mssql/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\db\ColumnSchemaBuilder; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for MSSQL. * @group db * @group ms...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ConnectionTest.php
tests/framework/db/mssql/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql */ class ConnectionTest extends \yiiunit\framework\db\ConnectionTest { protected $driver...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ExistValidatorTest.php
tests/framework/db/mssql/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql * @group validators */ class ExistValidatorTest extends \yiiunit\framework\validators\Exist...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ActiveDataProviderTest.php
tests/framework/db/mssql/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataPro...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/UniqueValidatorTest.php
tests/framework/db/mssql/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql * @group validators */ class UniqueValidatorTest extends \yiiunit\framework\validators\Uniq...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ActiveRecordTest.php
tests/framework/db/mssql/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\db\Exception; use yii\db\Expression; use yiiunit\data\ar\TestTrigger; use yiiunit\data\ar\TestTriggerAlert; use yiiuni...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/DbMessageSourceTest.php
tests/framework/db/mssql/DbMessageSourceTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group i18n * @group db * @group mssql */ class DbMessageSourceTest extends \yiiunit\framework\i18n\DbMessageSourceT...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/QueryTest.php
tests/framework/db/mssql/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\db\Query; /** * @group db * @group mssql */ class QueryTest extends \yiiunit\framework\db\QueryTest { protecte...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/QueryBuilderTest.php
tests/framework/db/mssql/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\db\Expression; use yii\db\Query; use yiiunit\data\base\TraversableObject; /** * @group db * @group mssql */ class ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/CommandTest.php
tests/framework/db/mssql/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\db\pgsql\Schema; use yii\db\Query; /** * @group db * @group mssql */ class CommandTest extends \yiiunit\framework\...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ActiveFixtureTest.php
tests/framework/db/mssql/ActiveFixtureTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql * @group test */ class ActiveFixtureTest extends \yiiunit\framework\test\ActiveFixtureTest ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/ActiveQueryTest.php
tests/framework/db/mssql/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql */ class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest { public $driverN...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/BatchQueryResultTest.php
tests/framework/db/mssql/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; /** * @group db * @group mssql */ class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest { publi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/SchemaTest.php
tests/framework/db/mssql/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\base\NotSupportedException; use yii\db\DefaultValueConstraint; use yii\db\mssql\Schema; use yiiunit\framework\db\AnyVa...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/QueryCacheTest.php
tests/framework/db/mssql/QueryCacheTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql; use yii\caching\FileCache; use yii\db\Query; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @group mssql */ ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/type/VarbinaryTest.php
tests/framework/db/mssql/type/VarbinaryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql\type; use yii\db\Query; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @group mssql */ class VarbinaryTest ex...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mssql/type/BooleanTest.php
tests/framework/db/mssql/type/BooleanTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mssql\type; use yii\db\mssql\Schema; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @group mssql */ class BooleanTe...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ColumnSchemaBuilderTest.php
tests/framework/db/sqlite/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use yii\db\Schema; use yii\db\sqlite\ColumnSchemaBuilder; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for SQLit...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ConnectionTest.php
tests/framework/db/sqlite/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use Yii; use yii\db\Connection; use yii\db\Exception; use yii\db\Transaction; use yiiunit\data\ar\ActiveRecord; use yiiunit\d...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ExistValidatorTest.php
tests/framework/db/sqlite/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite * @group validators */ class ExistValidatorTest extends \yiiunit\framework\validators\Exi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ActiveDataProviderTest.php
tests/framework/db/sqlite/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataP...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/UniqueValidatorTest.php
tests/framework/db/sqlite/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite * @group validators */ class UniqueValidatorTest extends \yiiunit\framework\validators\Un...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ActiveRecordTest.php
tests/framework/db/sqlite/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite */ class ActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest { protected $...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/QueryTest.php
tests/framework/db/sqlite/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use yii\db\Query; /** * @group db * @group sqlite */ class QueryTest extends \yiiunit\framework\db\QueryTest { protec...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/QueryBuilderTest.php
tests/framework/db/sqlite/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use Closure; use PDO; use yii\base\NotSupportedException; use yii\db\Expression; use yii\db\Query; use yii\db\Schema; use yii...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/CommandTest.php
tests/framework/db/sqlite/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use yii\base\InvalidArgumentException; use yii\base\NotSupportedException; use yii\db\sqlite\Schema; /** * @group db * @gr...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/SqlTokenizerTest.php
tests/framework/db/sqlite/SqlTokenizerTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use yii\db\sqlite\SqlTokenizer; use yii\db\SqlToken; use yiiunit\TestCase; /** * @group db * @group sqlite */ class SqlTo...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
true
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ActiveFixtureTest.php
tests/framework/db/sqlite/ActiveFixtureTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite * @group test */ class ActiveFixtureTest extends \yiiunit\framework\test\ActiveFixtureTes...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/ActiveQueryTest.php
tests/framework/db/sqlite/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite */ class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest { public $drive...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/BatchQueryResultTest.php
tests/framework/db/sqlite/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; /** * @group db * @group sqlite */ class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest { pub...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/SchemaTest.php
tests/framework/db/sqlite/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite; use yii\base\NotSupportedException; use yii\db\Constraint; use yiiunit\framework\db\AnyValue; /** * @group db * @group sql...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/type/BooleanTest.php
tests/framework/db/sqlite/type/BooleanTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\sqlite\type; use yii\db\sqlite\Schema; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @group sqlite */ class Boolea...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/sqlite/conditions/InconditionBuilderTest.php
tests/framework/db/sqlite/conditions/InconditionBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ declare(strict_types=1); namespace yiiunit\framework\db\sqlite\conditions; use yii\base\NotSupportedException; use yii\db\conditions\InCondition; use yii\db\Query;...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/BaseActiveRecordTest.php
tests/framework/db/pgsql/BaseActiveRecordTest.php
<?php namespace yiiunit\framework\db\pgsql; use yii\db\JsonExpression; use yiiunit\data\ar\ActiveRecord; /** * @group db * @group pgsql */ class BaseActiveRecordTest extends \yiiunit\framework\db\BaseActiveRecordTest { public $driverName = 'pgsql'; /** * @see https://github.com/yiisoft/yii2/issues/1...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ColumnSchemaBuilderTest.php
tests/framework/db/pgsql/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\db\ColumnSchemaBuilder; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for Oracle. * @group db * @group p...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ConnectionTest.php
tests/framework/db/pgsql/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\db\Transaction; /** * @group db * @group pgsql */ class ConnectionTest extends \yiiunit\framework\db\ConnectionTes...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ArrayParserTest.php
tests/framework/db/pgsql/ArrayParserTest.php
<?php namespace yiiunit\framework\db\pgsql; use yii\db\pgsql\ArrayParser; use yiiunit\TestCase; class ArrayParserTest extends TestCase { /** * @var ArrayParser */ protected $arrayParser; protected function setUp(): void { parent::setUp(); $this->arrayParser = new ArrayPars...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ExistValidatorTest.php
tests/framework/db/pgsql/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\validators\ExistValidator; /** * @group db * @group pgsql * @group validators */ class ExistValidatorTest extends...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ActiveDataProviderTest.php
tests/framework/db/pgsql/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; /** * @group db * @group pgsql * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataPro...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/UniqueValidatorTest.php
tests/framework/db/pgsql/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\validators\UniqueValidator; use yiiunit\data\ar\Type; /** * @group db * @group pgsql * @group validators */ class...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ActiveRecordTest.php
tests/framework/db/pgsql/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\behaviors\TimestampBehavior; use yii\db\ActiveRecordInterface; use yii\db\ArrayExpression; use yii\db\Expression; use ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/QueryTest.php
tests/framework/db/pgsql/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yii\db\Query; /** * @group db * @group pgsql */ class QueryTest extends \yiiunit\framework\db\QueryTest { public $...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/QueryBuilderTest.php
tests/framework/db/pgsql/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use Closure; use yii\base\DynamicModel; use yii\base\NotSupportedException; use yii\db\ArrayExpression; use yii\db\Expression;...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/CommandTest.php
tests/framework/db/pgsql/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yii\tests\unit\framework\db\pgsql; use yii\db\ArrayExpression; use yii\db\JsonExpression; /** * @group db * @group pgsql */ class CommandTest extends ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ActiveFixtureTest.php
tests/framework/db/pgsql/ActiveFixtureTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use yiiunit\framework\test\CustomerDbTestCase; /** * @group db * @group pgsql * @group test */ class ActiveFixtureTest ex...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/ActiveQueryTest.php
tests/framework/db/pgsql/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; /** * @group db * @group pgsql */ class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest { public $driverN...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/BatchQueryResultTest.php
tests/framework/db/pgsql/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; /** * @group db * @group pgsql */ class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest { publi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/SchemaTest.php
tests/framework/db/pgsql/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql; use PDO; use yii\db\Expression; use yiiunit\data\ar\ActiveRecord; use yiiunit\data\ar\EnumTypeInCustomSchema; use yiiunit\data...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/pgsql/type/BooleanTest.php
tests/framework/db/pgsql/type/BooleanTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\pgsql\type; use yii\db\pgsql\Schema; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @group pgsql */ class BooleanTe...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/BaseActiveRecordTest.php
tests/framework/db/mysql/BaseActiveRecordTest.php
<?php namespace yiiunit\framework\db\mysql; use yiiunit\data\ar\Storage; /** * @group db * @group mysql */ class BaseActiveRecordTest extends \yiiunit\framework\db\BaseActiveRecordTest { public $driverName = 'mysql'; /** * @see https://github.com/yiisoft/yii2/issues/19872 * * @dataProvider...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ColumnSchemaBuilderTest.php
tests/framework/db/mysql/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use yii\db\mysql\ColumnSchemaBuilder; use yii\db\mysql\Schema; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for M...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ConnectionTest.php
tests/framework/db/mysql/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use yii\db\Connection; /** * @group db * @group mysql */ class ConnectionTest extends \yiiunit\framework\db\ConnectionTest...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ExistValidatorTest.php
tests/framework/db/mysql/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql * @group validators */ class ExistValidatorTest extends \yiiunit\framework\validators\Exist...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ActiveDataProviderTest.php
tests/framework/db/mysql/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataPro...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/UniqueValidatorTest.php
tests/framework/db/mysql/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql * @group validators */ class UniqueValidatorTest extends \yiiunit\framework\validators\Uniq...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ActiveRecordTest.php
tests/framework/db/mysql/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use yiiunit\data\ar\Storage; use yiiunit\data\ar\Type; /** * @group db * @group mysql */ class ActiveRecordTest extends \y...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/QueryTest.php
tests/framework/db/mysql/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use yii\db\Expression; use yii\db\Query; /** * @group db * @group mysql */ class QueryTest extends \yiiunit\framework\db\Q...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/QueryBuilderTest.php
tests/framework/db/mysql/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use Closure; use PDO; use yii\base\DynamicModel; use yii\base\NotSupportedException; use yii\db\Expression; use yii\db\JsonExp...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/CommandTest.php
tests/framework/db/mysql/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql */ class CommandTest extends \yiiunit\framework\db\CommandTest { public $driverName = 'm...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ActiveFixtureTest.php
tests/framework/db/mysql/ActiveFixtureTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql * @group test */ class ActiveFixtureTest extends \yiiunit\framework\test\ActiveFixtureTest ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/ActiveQueryTest.php
tests/framework/db/mysql/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql */ class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest { public $driverN...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/BatchQueryResultTest.php
tests/framework/db/mysql/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; /** * @group db * @group mysql */ class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest { publi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/SchemaTest.php
tests/framework/db/mysql/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql; use PDO; use yii\db\Expression; use yii\db\mysql\ColumnSchema; use yii\db\mysql\Schema; use yiiunit\framework\db\AnyCaseValue;...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/type/JsonTest.php
tests/framework/db/mysql/type/JsonTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql\type; use yii\db\JsonExpression; use yii\db\mysql\Schema; use yiiunit\framework\db\DatabaseTestCase; /** * @group db * @grou...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/mysql/connection/DeadLockTest.php
tests/framework/db/mysql/connection/DeadLockTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\mysql\connection; use yiiunit\framework\db\mysql\ConnectionTest; use Throwable; use RuntimeException; use ErrorException; use yii\db\...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ColumnSchemaBuilderTest.php
tests/framework/db/cubrid/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; use yii\db\cubrid\ColumnSchemaBuilder; use yii\db\Schema; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for Cubri...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ConnectionTest.php
tests/framework/db/cubrid/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class ConnectionTest extends \yiiunit\framework\db\ConnectionTest { public $driverN...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ExistValidatorTest.php
tests/framework/db/cubrid/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid * @group validators */ class ExistValidatorTest extends \yiiunit\framework\validators\Exi...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ActiveDataProviderTest.php
tests/framework/db/cubrid/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataP...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/UniqueValidatorTest.php
tests/framework/db/cubrid/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid * @group validators */ class UniqueValidatorTest extends \yiiunit\framework\validators\Un...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ActiveRecordTest.php
tests/framework/db/cubrid/ActiveRecordTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class ActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest { public $dri...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/QueryTest.php
tests/framework/db/cubrid/QueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class QueryTest extends \yiiunit\framework\db\QueryTest { public $driverName = 'cub...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/QueryBuilderTest.php
tests/framework/db/cubrid/QueryBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; use Closure; use PDO; use yii\base\NotSupportedException; /** * @group db * @group cubrid */ class QueryBuilderTest exten...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/CommandTest.php
tests/framework/db/cubrid/CommandTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class CommandTest extends \yiiunit\framework\db\CommandTest { public $driverName = ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ActiveFixtureTest.php
tests/framework/db/cubrid/ActiveFixtureTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid * @group test */ class ActiveFixtureTest extends \yiiunit\framework\test\ActiveFixtureTes...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/ActiveQueryTest.php
tests/framework/db/cubrid/ActiveQueryTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest { public $drive...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/BatchQueryResultTest.php
tests/framework/db/cubrid/BatchQueryResultTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; /** * @group db * @group cubrid */ class BatchQueryResultTest extends \yiiunit\framework\db\BatchQueryResultTest { pub...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/cubrid/SchemaTest.php
tests/framework/db/cubrid/SchemaTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\cubrid; use PDO; use yii\db\Expression; use yiiunit\framework\db\AnyCaseValue; /** * @group db * @group cubrid */ class SchemaTes...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/oci/ColumnSchemaBuilderTest.php
tests/framework/db/oci/ColumnSchemaBuilderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\oci; use yii\db\oci\ColumnSchemaBuilder; use yii\db\Schema; /** * ColumnSchemaBuilderTest tests ColumnSchemaBuilder for Oracle. * ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/oci/ConnectionTest.php
tests/framework/db/oci/ConnectionTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\oci; use yii\db\Connection; use yii\db\Transaction; /** * @group db * @group oci */ class ConnectionTest extends \yiiunit\framewo...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/oci/ExistValidatorTest.php
tests/framework/db/oci/ExistValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\oci; /** * @group db * @group oci * @group validators */ class ExistValidatorTest extends \yiiunit\framework\validators\ExistVali...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/oci/ActiveDataProviderTest.php
tests/framework/db/oci/ActiveDataProviderTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\oci; /** * @group db * @group oci * @group data */ class ActiveDataProviderTest extends \yiiunit\framework\data\ActiveDataProvide...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false
yiisoft/yii2
https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/framework/db/oci/UniqueValidatorTest.php
tests/framework/db/oci/UniqueValidatorTest.php
<?php /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license https://www.yiiframework.com/license/ */ namespace yiiunit\framework\db\oci; use yii\validators\UniqueValidator; use yiiunit\data\validators\models\ValidatorTestMainModel; /** * @group db * @group oci ...
php
BSD-3-Clause
c50e2d17498775bb79e89b960ec5346cb3b990ca
2026-01-04T15:02:42.625334Z
false