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
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/integration/Platform/FixtureLoader.php
test/integration/Platform/FixtureLoader.php
<?php namespace LaminasIntegrationTest\Db\Platform; // phpcs:ignore WebimpressCodingStandard.NamingConventions.Interface.Suffix interface FixtureLoader { public function createDatabase(); public function dropDatabase(); }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ConfigProviderTest.php
test/unit/ConfigProviderTest.php
<?php namespace LaminasTest\Db; use Laminas\Db\Adapter; use Laminas\Db\ConfigProvider; use PHPUnit\Framework\TestCase; use Zend\Db\Adapter\AdapterInterface; class ConfigProviderTest extends TestCase { /** @var array<string, array<array-key, string>> */ private $config = [ 'abstract_factories' => [ ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/DeprecatedAssertionsTrait.php
test/unit/DeprecatedAssertionsTrait.php
<?php namespace LaminasTest\Db; use PHPUnit\Framework\Assert; use ReflectionProperty; trait DeprecatedAssertionsTrait { /** * @param mixed $expected */ public static function assertAttributeEquals( $expected, string $attribute, object $instance, string $message = '' ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Metadata/Source/OracleMetadataTest.php
test/unit/Metadata/Source/OracleMetadataTest.php
<?php namespace LaminasTest\Db\Metadata\Source; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\Oci8\Statement; use Laminas\Db\Metadata\Object\ConstraintObject; use Laminas\Db\Metadata\Source\OracleMetadata; use LaminasTest\Db\Adapter\Driver\Oci8\AbstractIntegrationTest; use PHPUnit\Framework\MockObject...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Metadata/Source/FactoryTest.php
test/unit/Metadata/Source/FactoryTest.php
<?php namespace LaminasTest\Db\Metadata\Source; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Platform\PlatformInterface; use Laminas\Db\Metadata\MetadataInterface; use Laminas\Db\Metadata\Source\Factory; use Laminas\Db\Metadata\Source\MysqlMetadata; use Laminas\Db\Metadata\Source\OracleMetadata; use Laminas...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Metadata/Source/AbstractSourceTest.php
test/unit/Metadata/Source/AbstractSourceTest.php
<?php namespace LaminasTest\Db\Metadata\Source; use Laminas\Db\Metadata\Object\ConstraintKeyObject; use Laminas\Db\Metadata\Source\AbstractSource; use PHPUnit\Framework\TestCase; use ReflectionProperty; class AbstractSourceTest extends TestCase { /** @var AbstractSource */ protected $abstractSourceMock; ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Metadata/Source/SqliteMetadataTest.php
test/unit/Metadata/Source/SqliteMetadataTest.php
<?php namespace LaminasTest\Db\Metadata\Source; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Metadata\Object\ConstraintKeyObject; use Laminas\Db\Metadata\Object\ConstraintObject; use Laminas\Db\Metadata\Object\TriggerObject; use Laminas\Db\Metadata\Source\SqliteMetadata; use PHPUnit\Framework\TestCase; use functio...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ResultSet/HydratingResultSetTest.php
test/unit/ResultSet/HydratingResultSetTest.php
<?php namespace LaminasTest\Db\ResultSet; use Laminas\Db\ResultSet\HydratingResultSet; use Laminas\Hydrator\ArraySerializable; use Laminas\Hydrator\ArraySerializableHydrator; use Laminas\Hydrator\ClassMethods; use Laminas\Hydrator\ClassMethodsHydrator; use PHPUnit\Framework\TestCase; use stdClass; use function class...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ResultSet/ResultSetIntegrationTest.php
test/unit/ResultSet/ResultSetIntegrationTest.php
<?php namespace LaminasTest\Db\ResultSet; use ArrayIterator; use ArrayObject; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\ResultSet\Exception\InvalidArgumentException; use Laminas\Db\ResultSet\Exception\RuntimeException; use Laminas\Db\ResultSet\ResultSet; use PHPUnit\Framework\TestCase; use SplStac...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ResultSet/AbstractResultSetTest.php
test/unit/ResultSet/AbstractResultSetTest.php
<?php namespace LaminasTest\Db\ResultSet; use ArrayIterator; use Laminas\Db\Adapter\Driver\Pdo\Result; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\ResultSet\AbstractResultSet; use Laminas\Db\ResultSet\Exception\InvalidArgumentException; use Laminas\Db\ResultSet\Exception\RuntimeException; use PDOSta...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ResultSet/HydratingResultSetIntegrationTest.php
test/unit/ResultSet/HydratingResultSetIntegrationTest.php
<?php namespace LaminasTest\Db\ResultSet; use ArrayIterator; use Laminas\Db\ResultSet\HydratingResultSet; use PHPUnit\Framework\TestCase; class HydratingResultSetIntegrationTest extends TestCase { /** * @covers \Laminas\Db\ResultSet\HydratingResultSet::current */ public function testCurrentWillRetu...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/ResultSet/AbstractResultSetIntegrationTest.php
test/unit/ResultSet/AbstractResultSetIntegrationTest.php
<?php namespace LaminasTest\Db\ResultSet; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\ResultSet\AbstractResultSet; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class AbstractResultSetIntegrationTest extends TestCase { /** @var AbstractResultSet|MockObject */ ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/TableGatewayTest.php
test/unit/TableGateway/TableGatewayTest.php
<?php namespace LaminasTest\Db\TableGateway; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\ResultSet\ResultSet; use Lamina...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/AbstractTableGatewayTest.php
test/unit/TableGateway/AbstractTableGatewayTest.php
<?php namespace LaminasTest\Db\TableGateway; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\ResultSet\ResultSet; use Lamina...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/Feature/MetadataFeatureTest.php
test/unit/TableGateway/Feature/MetadataFeatureTest.php
<?php namespace LaminasTest\Db\TableGateway\Feature; use Laminas\Db\Metadata\MetadataInterface; use Laminas\Db\Metadata\Object\ConstraintObject; use Laminas\Db\Metadata\Object\TableObject; use Laminas\Db\Metadata\Object\ViewObject; use Laminas\Db\TableGateway\AbstractTableGateway; use Laminas\Db\TableGateway\Feature\...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/Feature/MasterSlaveFeatureTest.php
test/unit/TableGateway/Feature/MasterSlaveFeatureTest.php
<?php namespace LaminasTest\Db\TableGateway\Feature; use Laminas\Db\Adapter\AdapterInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\Adapter\Platform\Sql92; use Laminas\Db\ResultSet\ResultSet; use Laminas\Db\TableGateway\Feature\MasterSlaveFeatu...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/Feature/SequenceFeatureTest.php
test/unit/TableGateway/Feature/SequenceFeatureTest.php
<?php namespace LaminasTest\Db\TableGateway\Feature; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\Adapter\Platform\PlatformInterface; use Laminas\Db\TableGateway\Feature\SequenceFeature; use Laminas\Db\TableGateway\Tabl...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/Feature/FeatureSetTest.php
test/unit/TableGateway/Feature/FeatureSetTest.php
<?php namespace LaminasTest\Db\TableGateway\Feature; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\AdapterInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\Pgsql\Result; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\Adapter\Platform\Postgresql; use Lam...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TableGateway/Feature/EventFeatureTest.php
test/unit/TableGateway/Feature/EventFeatureTest.php
<?php namespace LaminasTest\Db\TableGateway\Feature; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\ResultSet\ResultSet; use Laminas\Db\Sql\Delete; use Laminas\Db\Sql\Insert; use Laminas\Db\Sql\Select; use Laminas\Db\Sql\Update; use Laminas\Db\TableGate...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/InsertDecorator.php
test/unit/TestAsset/InsertDecorator.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Sql; class InsertDecorator extends Sql\Insert implements Sql\Platform\PlatformDecoratorInterface { /** @var null|object */ protected $subject; /** * @param null|object $subject * @return $this Provides a fluent interface */ publ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/ConnectionWrapper.php
test/unit/TestAsset/ConnectionWrapper.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Driver\Pdo\Connection; /** * Test asset class used only by {@see \LaminasTest\Db\Adapter\Driver\Pdo\ConnectionTransactionsTest} */ class ConnectionWrapper extends Connection { public function __construct() { $this->resource = new PdoS...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/TemporaryResultSet.php
test/unit/TestAsset/TemporaryResultSet.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\ResultSet\ResultSet; class TemporaryResultSet extends ResultSet { }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/UpdateIgnore.php
test/unit/TestAsset/UpdateIgnore.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Adapter\Platform\PlatformInterface; use Laminas\Db\Sql\Update; class UpdateIgnore extends Update { public const SPECIFICATION_UPDATE = 'updateIgnore'; /** @var a...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/Replace.php
test/unit/TestAsset/Replace.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Adapter\Platform\PlatformInterface; use Laminas\Db\Sql\Insert; class Replace extends Insert { public const SPECIFICATION_INSERT = 'replace'; /** @var array<strin...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/TrustingSqlServerPlatform.php
test/unit/TestAsset/TrustingSqlServerPlatform.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Platform\SqlServer; class TrustingSqlServerPlatform extends SqlServer { /** * @param string $value * @return string */ public function quoteValue($value) { return $this->quoteTrustedValue($value); } }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/PdoStubDriver.php
test/unit/TestAsset/PdoStubDriver.php
<?php namespace LaminasTest\Db\TestAsset; use PDO; class PdoStubDriver extends PDO { public function beginTransaction(): bool { return true; } public function commit(): bool { return true; } /** * @param string $dsn * @param string $user * @param string $p...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/UpdateDecorator.php
test/unit/TestAsset/UpdateDecorator.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Sql; class UpdateDecorator extends Sql\Update implements Sql\Platform\PlatformDecoratorInterface { /** @var null|object $subject */ protected $subject; /** * @param null|object $subject * @return $this Provides a fluent interface */...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/TrustingSql92Platform.php
test/unit/TestAsset/TrustingSql92Platform.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Platform\Sql92; class TrustingSql92Platform extends Sql92 { /** * {@inheritDoc} */ public function quoteValue($value) { return $this->quoteTrustedValue($value); } }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/TrustingOraclePlatform.php
test/unit/TestAsset/TrustingOraclePlatform.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Platform\Oracle; class TrustingOraclePlatform extends Oracle { /** * @param string $value * @return string */ public function quoteValue($value) { return $this->quoteTrustedValue($value); } }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/DeleteDecorator.php
test/unit/TestAsset/DeleteDecorator.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Sql; class DeleteDecorator extends Sql\Delete implements Sql\Platform\PlatformDecoratorInterface { /** @var null|object */ protected $subject; /** * @param null|object $subject * @return $this Provides a fluent interface */ publ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/SelectDecorator.php
test/unit/TestAsset/SelectDecorator.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Sql; class SelectDecorator extends Sql\Select implements Sql\Platform\PlatformDecoratorInterface { /** @var null|object */ protected $subject; /** * @param null|object $subject * @return $this Provides a fluent interface */ publ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/DeleteIgnore.php
test/unit/TestAsset/DeleteIgnore.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Adapter\Platform\PlatformInterface; use Laminas\Db\Sql\Delete; class DeleteIgnore extends Delete { public const SPECIFICATION_DELETE = 'deleteIgnore'; /** @var a...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/TestAsset/TrustingMysqlPlatform.php
test/unit/TestAsset/TrustingMysqlPlatform.php
<?php namespace LaminasTest\Db\TestAsset; use Laminas\Db\Adapter\Platform\Mysql; class TrustingMysqlPlatform extends Mysql { /** * @param string $value * @return string */ public function quoteValue($value) { return $this->quoteTrustedValue($value); } }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/RowGateway/RowGatewayTest.php
test/unit/RowGateway/RowGatewayTest.php
<?php namespace LaminasTest\Db\RowGateway; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\RowGateway\Exception\RuntimeExcep...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/RowGateway/AbstractRowGatewayTest.php
test/unit/RowGateway/AbstractRowGatewayTest.php
<?php namespace LaminasTest\Db\RowGateway; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\ResultInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\RowGateway\AbstractRowGateway; us...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/AdapterAwareTraitTest.php
test/unit/Adapter/AdapterAwareTraitTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\AdapterAwareTrait; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Platform\PlatformInterface; use LaminasTest\Db\DeprecatedAssertionsTrait; use PHPUnit\Framework\TestCase; class AdapterAwareTraitTest...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/AdapterServiceFactoryTest.php
test/unit/Adapter/AdapterServiceFactoryTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\AdapterServiceFactory; use Laminas\ServiceManager\ServiceLocatorInterface; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use function extension_loaded; class AdapterServiceFactoryTest extend...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/AdapterTest.php
test/unit/Adapter/AdapterTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\Mysqli\Mysqli; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pgsql\Pgsql; use Laminas\Db\Adapte...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/AdapterAbstractServiceFactoryTest.php
test/unit/Adapter/AdapterAbstractServiceFactoryTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\AdapterAbstractServiceFactory; use Laminas\ServiceManager\Config; use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\ServiceLocatorInterface; use Laminas\ServiceManager\ServiceManager;...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/AdapterServiceDelegatorTest.php
test/unit/Adapter/AdapterServiceDelegatorTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\AdapterAwareInterface; use Laminas\Db\Adapter\AdapterInterface; use Laminas\Db\Adapter\AdapterServiceDelegator; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\ServiceManager\AbstractPluginManager; use Laminas\Se...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/ParameterContainerTest.php
test/unit/Adapter/ParameterContainerTest.php
<?php namespace LaminasTest\Db\Adapter; use Laminas\Db\Adapter\ParameterContainer; use PHPUnit\Framework\TestCase; class ParameterContainerTest extends TestCase { /** @var ParameterContainer */ protected $parameterContainer; /** * Sets up the fixture, for example, opens a network connection. *...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/TestAsset/PdoMock.php
test/unit/Adapter/Driver/TestAsset/PdoMock.php
<?php namespace LaminasTest\Db\Adapter\Driver\TestAsset; use PDO; use ReturnTypeWillChange; /** * Stub class */ class PdoMock extends PDO { public function __construct() { } public function beginTransaction(): bool { return true; } public function commit(): bool { ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/SqlSrvIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/SqlSrvIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Statement; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use stdClass; /** * @group integration * @group integration-sqlserver */ class SqlSrvIntegrationTest extends...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/AbstractIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/AbstractIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use PHPUnit\Framework\TestCase; use function extension_loaded; use function getenv; use function sqlsrv_connect; abstract class AbstractIntegrationTest extends TestCase { /** @var array<string, string> */ protected $variables = [ 'hostname' => 'T...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/StatementTest.php
test/unit/Adapter/Driver/Sqlsrv/StatementTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Statement; use Laminas\Db\Adapter\ParameterContainer; use PHPUnit\Framework\TestCase; class StatementTest extends TestCase { /** @var Statement */ protected $statement; ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/ResultIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/ResultIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Result; use PHPUnit\Framework\TestCase; /** * @group integration * @group integration-sqlsrv */ class ResultIntegrationTest extends TestCase { /** @var Result */ protected $object; /** * Sets up the fixtur...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/ConnectionTest.php
test/unit/Adapter/Driver/Sqlsrv/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Connection; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use PHPUnit\Framework\TestCase; class ConnectionTest extends TestCase { /** @var Connection */ protected $connection; /** * Sets up the fixture, for ex...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/ConnectionIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/ConnectionIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Connection; use Laminas\Db\Adapter\Driver\Sqlsrv\Result; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Statement; use function sqlsrv_connect; /** * @group integration * @group integratio...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/PdoSqlSrvIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/PdoSqlSrvIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Pdo\Pdo; /** * @group integration * @group integration-sqlserver */ class PdoSqlSrvIntegrationTest extends AbstractIntegrationTest { public function testParameterizedQuery() { if (! isset($this->adapters['pdo_sqlsr...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/SqlsrvTest.php
test/unit/Adapter/Driver/Sqlsrv/SqlsrvTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Connection; use Laminas\Db\Adapter\Driver\Sqlsrv\Result; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Statement; use PHPUnit\Framework\TestCase; class SqlsrvTest extends TestCase { /** ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Sqlsrv/StatementIntegrationTest.php
test/unit/Adapter/Driver/Sqlsrv/StatementIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Result; use Laminas\Db\Adapter\Driver\Sqlsrv\Sqlsrv; use Laminas\Db\Adapter\Driver\Sqlsrv\Statement; use function get_resource_type; use function sqlsrv_connect; /** * @group integration * @group integration-sqlserver */ c...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/ResultTest.php
test/unit/Adapter/Driver/Oci8/ResultTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Result; use PHPUnit\Framework\TestCase; /** * @group result-oci8 */ class ResultTest extends TestCase { /** * @covers \Laminas\Db\Adapter\Driver\Oci8\Result::getResource */ public function testGetResource() ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/AbstractIntegrationTest.php
test/unit/Adapter/Driver/Oci8/AbstractIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use PHPUnit\Framework\TestCase; use function extension_loaded; use function getenv; abstract class AbstractIntegrationTest extends TestCase { /** @var array<string, string> */ protected $variables = [ 'hostname' => 'TESTS_LAMINAS_DB_ADAPTER_DRIVER_...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/StatementTest.php
test/unit/Adapter/Driver/Oci8/StatementTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Statement; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Adapter\Profiler\Profiler; use PHPUnit\Framework\TestCase; /** * @group integrationOracle */ class StatementTest exten...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/ResultIntegrationTest.php
test/unit/Adapter/Driver/Oci8/ResultIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Result; use PHPUnit\Framework\TestCase; /** * @group integration * @group integration-oracle */ class ResultIntegrationTest extends TestCase { /** @var Result */ protected $object; /** * Sets up the fixture, f...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/ConnectionTest.php
test/unit/Adapter/Driver/Oci8/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Connection; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use PHPUnit\Framework\TestCase; class ConnectionTest extends TestCase { /** @var Connection */ protected $connection; /** * Sets up the fixture, for example, o...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/ConnectionIntegrationTest.php
test/unit/Adapter/Driver/Oci8/ConnectionIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Connection; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Result; /** * @group integration * @group integration-oracle */ class ConnectionIntegrationTest extends AbstractIntegrationTest { /** ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/Oci8Test.php
test/unit/Adapter/Driver/Oci8/Oci8Test.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Connection; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Result; use Laminas\Db\Adapter\Driver\Oci8\Statement; use PHPUnit\Framework\TestCase; class Oci8Test extends TestCase { /** @var Oci8 */ ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/Oci8IntegrationTest.php
test/unit/Adapter/Driver/Oci8/Oci8IntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Statement; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use stdClass; /** * @group integration * @group integration-oracle */ class Oci8IntegrationTest extends AbstractInte...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/StatementIntegrationTest.php
test/unit/Adapter/Driver/Oci8/StatementIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Result; use Laminas\Db\Adapter\Driver\Oci8\Statement; use PHPUnit\Framework\TestCase; use function extension_loaded; use function get_resource_type; use function getenv; /** * @group inte...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Oci8/Feature/RowCounterTest.php
test/unit/Adapter/Driver/Oci8/Feature/RowCounterTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Oci8\Feature; use Closure; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\Oci8\Feature\RowCounter; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Driver\Oci8\Statement; use PHPUnit\Framework\MockObject\MockObject; use PHP...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/ResultTest.php
test/unit/Adapter/Driver/Pdo/ResultTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Result; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use PDO; use PDOStatement; use PHPUnit\Framework\TestCase; use stdClass; use function assert; use function uniqid; /** * @group result-pdo */ class ResultTest ext...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/StatementTest.php
test/unit/Adapter/Driver/Pdo/StatementTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Connection; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Result; use Laminas\Db\Adapter\Driver\Pdo\Statement; use Laminas\Db\Adapter\ParameterContainer; use PHPUnit\Framework\TestCase; class StatementTest...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/ConnectionTest.php
test/unit/Adapter/Driver/Pdo/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Exception; use Laminas\Db\Adapter\Driver\Pdo\Connection; use Laminas\Db\Adapter\Exception\InvalidConnectionParametersException; use PHPUnit\Framework\TestCase; class ConnectionTest extends TestCase { /** @var Connection */ protected $connection; /**...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/ConnectionIntegrationTest.php
test/unit/Adapter/Driver/Pdo/ConnectionIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Connection; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Result; use Laminas\Db\Adapter\Driver\Pdo\Statement; use PHPUnit\Framework\TestCase; /** * @group integration * @group integration-pdo */ class ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/PdoTest.php
test/unit/Adapter/Driver/Pdo/PdoTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Result; use Laminas\Db\Exception\RuntimeException; use PHPUnit\Framework\TestCase; class PdoTest extends TestCase { /** @var Pdo */ protec...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/ConnectionTransactionsTest.php
test/unit/Adapter/Driver/Pdo/ConnectionTransactionsTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Connection; use Laminas\Db\Adapter\Exception\RuntimeException; use LaminasTest\Db\TestAsset\ConnectionWrapper; use PHPUnit\Framework\TestCase; /** * Tests for {@see \Laminas\Db\Adapter\Driver\Pdo\Connection} transaction support * ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/StatementIntegrationTest.php
test/unit/Adapter/Driver/Pdo/StatementIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Statement; use PDO; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; class StatementIntegrationTest extends TestCase { /** @var Statement */ protected $statement; /** @var MockObject */ p...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/TestAsset/SqliteMemoryPdo.php
test/unit/Adapter/Driver/Pdo/TestAsset/SqliteMemoryPdo.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo\TestAsset; use Exception; use PDO; use PDOStatement; use PHPUnit\Framework\MockObject\MockObject; use function implode; use function sprintf; class SqliteMemoryPdo extends PDO { /** @var PDOStatement&MockObject */ protected $mockStatement; /** @param nu...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/TestAsset/CtorlessPdo.php
test/unit/Adapter/Driver/Pdo/TestAsset/CtorlessPdo.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo\TestAsset; use PDO; use PDOStatement; use PHPUnit\Framework\MockObject\MockObject; // phpcs:ignore SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse use ReturnTypeWillChange; class CtorlessPdo extends PDO { /** * @var PDOStatement * @psalm-var PDOS...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/Feature/SqliteRowCounterTest.php
test/unit/Adapter/Driver/Pdo/Feature/SqliteRowCounterTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo\Feature; use Closure; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\Pdo\Feature\SqliteRowCounter; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Statement; use Laminas\Db\Adapter\Driver\ResultInterface; use ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pdo/Feature/OracleRowCounterTest.php
test/unit/Adapter/Driver/Pdo/Feature/OracleRowCounterTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pdo\Feature; use Closure; use Laminas\Db\Adapter\Driver\ConnectionInterface; use Laminas\Db\Adapter\Driver\Pdo\Feature\OracleRowCounter; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Driver\Pdo\Statement; use Laminas\Db\Adapter\Driver\ResultInterface; use ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/AbstractIntegrationTest.php
test/unit/Adapter/Driver/IbmDb2/AbstractIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use PHPUnit\Framework\TestCase; use function extension_loaded; use function getenv; abstract class AbstractIntegrationTest extends TestCase { /** @var array */ protected $variables = [ 'database' => 'TESTS_LAMINAS_DB_ADAPTER_DRIVER_IBMDB2_DATABAS...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/StatementTest.php
test/unit/Adapter/Driver/IbmDb2/StatementTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Statement; use Laminas\Db\Adapter\Exception\RuntimeException; use Laminas\Db\Adapter\ParameterContainer; use PHPUnit\Framework\TestCase; use function error_reporting; include __DIR...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/ResultIntegrationTest.php
test/unit/Adapter/Driver/IbmDb2/ResultIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Result; use PHPUnit\Framework\TestCase; /** * @group integration * @group integration-ibm_db2 */ class ResultIntegrationTest extends TestCase { /** @var Result */ protected $object; /** * Sets up the fixtu...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/ConnectionTest.php
test/unit/Adapter/Driver/IbmDb2/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Connection; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use PHPUnit\Framework\TestCase; class ConnectionTest extends TestCase { /** @var Connection */ protected $connection; /** * Sets up the fixture, for ex...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/ConnectionIntegrationTest.php
test/unit/Adapter/Driver/IbmDb2/ConnectionIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Connection; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Result; use function ini_get; use function php_uname; /** * @group integration * @group integration-ibm_db2 */ class ConnectionI...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/IbmDb2Test.php
test/unit/Adapter/Driver/IbmDb2/IbmDb2Test.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Connection; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Result; use Laminas\Db\Adapter\Driver\IbmDb2\Statement; use PHPUnit\Framework\TestCase; class IbmDb2Test extends TestCase { /** ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/IbmDb2IntegrationTest.php
test/unit/Adapter/Driver/IbmDb2/IbmDb2IntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Statement; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use stdClass; /** * @group integration * @group integration-ibm_db2 */ class IbmDb2IntegrationTest extends A...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/StatementIntegrationTest.php
test/unit/Adapter/Driver/IbmDb2/StatementIntegrationTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\IbmDb2; use Laminas\Db\Adapter\Driver\IbmDb2\Result; use Laminas\Db\Adapter\Driver\IbmDb2\Statement; use Laminas\Db\Adapter\Exception\RuntimeException; use PHPUnit\Framework\TestCase; use function extension_loaded; use functio...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/IbmDb2/TestAsset/Db2Functions.php
test/unit/Adapter/Driver/IbmDb2/TestAsset/Db2Functions.php
<?php namespace Laminas\Db\Adapter\Driver\IbmDb2; use function is_string; use function trigger_error; use const E_USER_WARNING; /** * Mock db2_prepare by placing in same namespace as Statement * * Return false if $sql is "invalid sql", otherwise return true * * @param resource $connection * @param string $s...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Mysqli/ConnectionTest.php
test/unit/Adapter/Driver/Mysqli/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Mysqli; use Laminas\Db\Adapter\Driver\Mysqli\Connection; use Laminas\Db\Adapter\Driver\Mysqli\Mysqli; use Laminas\Db\Adapter\Exception\RuntimeException; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; use function getenv; use const MYSQLI_CL...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pgsql/ConnectionTest.php
test/unit/Adapter/Driver/Pgsql/ConnectionTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pgsql; use Laminas\Db\Adapter\Driver\Pgsql\Connection; use Laminas\Db\Adapter\Exception as AdapterException; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use Laminas\Db\Adapter\Exception\RuntimeException; use LaminasTest\Db\DeprecatedAssertionsTrait; use PHP...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pgsql/pgsqlMockFunctions.php
test/unit/Adapter/Driver/Pgsql/pgsqlMockFunctions.php
<?php namespace Laminas\Db\Adapter\Driver\Pgsql; /** * Closes a PostgreSQL connection * * @see http://php.net/manual/en/function.pg-close.php * * @param resource $connection * @return bool */ function pg_close($connection = null) { return true; }
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Driver/Pgsql/PgsqlTest.php
test/unit/Adapter/Driver/Pgsql/PgsqlTest.php
<?php namespace LaminasTest\Db\Adapter\Driver\Pgsql; use Laminas\Db\Adapter\Driver\Pgsql\Connection; use Laminas\Db\Adapter\Driver\Pgsql\Pgsql; use Laminas\Db\Adapter\Driver\Pgsql\Result; use Laminas\Db\Adapter\Driver\Pgsql\Statement; use Laminas\Db\Adapter\Exception\RuntimeException; use PHPUnit\Framework\TestCase; ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Profiler/ProfilerTest.php
test/unit/Adapter/Profiler/ProfilerTest.php
<?php namespace LaminasTest\Db\Adapter\Profiler; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use Laminas\Db\Adapter\Exception\RuntimeException; use Laminas\Db\Adapter\Profiler\Profiler; use Laminas\Db\Adapter\StatementContainer; use PHPUnit\Framework\TestCase; class ProfilerTest extends TestCase { ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/TestAsset/ConcreteAdapterAwareObject.php
test/unit/Adapter/TestAsset/ConcreteAdapterAwareObject.php
<?php namespace LaminasTest\Db\Adapter\TestAsset; use Laminas\Db\Adapter\AdapterAwareInterface; use Laminas\Db\Adapter\AdapterAwareTrait; use Laminas\Db\Adapter\AdapterInterface; class ConcreteAdapterAwareObject implements AdapterAwareInterface { use AdapterAwareTrait; /** @var array */ private $options...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/Sql92Test.php
test/unit/Adapter/Platform/Sql92Test.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Platform\Sql92; use PHPUnit\Framework\TestCase; class Sql92Test extends TestCase { /** @var Sql92 */ protected $platform; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/SqliteTest.php
test/unit/Adapter/Platform/SqliteTest.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Platform\Sqlite; use PHPUnit\Framework\TestCase; use function file_exists; use function realpath; use function touch; use function unlink; class SqliteTest extends TestCase { /** @var Sqlite */ pro...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/MysqlTest.php
test/unit/Adapter/Platform/MysqlTest.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Platform\Mysql; use PHPUnit\Framework\TestCase; class MysqlTest extends TestCase { /** @var Mysql */ protected $platform; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/OracleTest.php
test/unit/Adapter/Platform/OracleTest.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Driver\Oci8\Oci8; use Laminas\Db\Adapter\Exception\InvalidArgumentException; use Laminas\Db\Adapter\Platform\Oracle; use PHPUnit\Framework\TestCase; class OracleTest extends TestCase { /** @var Oracle */ protected $platform; /** ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/SqlServerTest.php
test/unit/Adapter/Platform/SqlServerTest.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Driver\Pdo\Pdo; use Laminas\Db\Adapter\Platform\SqlServer; use PHPUnit\Framework\TestCase; use function restore_error_handler; use function set_error_handler; class SqlServerTest extends TestCase { /** @var SqlServer */ protected $platf...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/IbmDb2Test.php
test/unit/Adapter/Platform/IbmDb2Test.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Platform\IbmDb2; use PHPUnit\Framework\TestCase; use function function_exists; class IbmDb2Test extends TestCase { /** @var IbmDb2 */ protected $platform; /** * Sets up the fixture, for example, opens a network connection. ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Adapter/Platform/PostgresqlTest.php
test/unit/Adapter/Platform/PostgresqlTest.php
<?php namespace LaminasTest\Db\Adapter\Platform; use Laminas\Db\Adapter\Platform\Postgresql; use PHPUnit\Framework\TestCase; class PostgresqlTest extends TestCase { /** @var Postgresql */ protected $platform; /** * Sets up the fixture, for example, opens a network connection. * This method is ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/UpdateTest.php
test/unit/Sql/UpdateTest.php
<?php namespace LaminasTest\Db\Sql; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Sql\Exception\InvalidArgumentException; use Laminas\Db\Sql\Expression; use Laminas\Db\Sql\Join;...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/AbstractSqlTest.php
test/unit/Sql/AbstractSqlTest.php
<?php namespace LaminasTest\Db\Sql; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\ParameterContainer; use Laminas\Db\Adapter\StatementContainer; use Laminas\Db\Sql\AbstractSql; use Laminas\Db\Sql\Expression; use Laminas\Db\Sql\ExpressionInterface; use Laminas\Db\Sql\Predicate; use Laminas\Db\S...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/DeleteTest.php
test/unit/Sql/DeleteTest.php
<?php namespace LaminasTest\Db\Sql; use Laminas\Db\Adapter\Adapter; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Adapter\Driver\StatementInterface; use Laminas\Db\Sql\Delete; use Laminas\Db\Sql\Predicate\Expression; use Laminas\Db\Sql\Predicate\In; use Laminas\Db\Sql\Predicate\IsNotNull; use Laminas\...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/LiteralTest.php
test/unit/Sql/LiteralTest.php
<?php namespace LaminasTest\Db\Sql; use Laminas\Db\Sql\Literal; use PHPUnit\Framework\TestCase; class LiteralTest extends TestCase { public function testSetLiteral() { $literal = new Literal('bar'); self::assertSame($literal, $literal->setLiteral('foo')); } public function testGetLit...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/JoinTest.php
test/unit/Sql/JoinTest.php
<?php namespace LaminasTest\Db\Sql; use InvalidArgumentException; use Laminas\Db\Sql\Join; use Laminas\Db\Sql\Select; use LaminasTest\Db\DeprecatedAssertionsTrait; use PHPUnit\Framework\TestCase; class JoinTest extends TestCase { use DeprecatedAssertionsTrait; public function testInitialPositionIsZero() ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
false
laminas/laminas-db
https://github.com/laminas/laminas-db/blob/1395efe76f7a20c322e78d1885efe103e5e291ff/test/unit/Sql/SqlFunctionalTest.php
test/unit/Sql/SqlFunctionalTest.php
<?php namespace LaminasTest\Db\Sql; use Laminas\Db\Adapter; use Laminas\Db\Adapter\Driver\DriverInterface; use Laminas\Db\Sql; use Laminas\Db\Sql\AbstractSql; use Laminas\Db\Sql\Ddl\Column\Column; use Laminas\Db\Sql\Ddl\CreateTable; use Laminas\Db\Sql\Delete; use Laminas\Db\Sql\Expression; use Laminas\Db\Sql\Insert; ...
php
BSD-3-Clause
1395efe76f7a20c322e78d1885efe103e5e291ff
2026-01-05T05:03:07.882669Z
true