/
githubmirror
/
framework
ОбзорДокументацияВойти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
framework/
tests/Database/
..
Fixtures

[11.x] Fix foreignIdFor() when the foreign key is a non-incrementing integer other than ULID (#53696)

2 года назад
migrations

Fix migrations $connection property (#41161)

4 года назад
stubs

[11.x] Fix foreignIdFor() when the foreign key is a non-incrementing integer other than ULID (#53696)

2 года назад
DatabaseAbstractSchemaGrammarTest.php

[8.x] Adds parallel testing (#36034)

6 лет назад
DatabaseConcernsBuildsQueriesTraitTest.php

[10.x] Test Improvements (#48815)

3 года назад
DatabaseConcernsHasAttributesTest.php

unset cached cast attribute (#53583)

2 года назад
DatabaseConcernsPreventsCircularRecursionTest.php

[11.x] Fix crash of method PreventsCircularRecursion::withoutRecursion() on mocked models (#52943)

2 года назад
DatabaseConnectionFactoryTest.php

[11.x] Add ability to configure SQLite `busy_timeout`, `journal_mode`, and `synchronous` pragmas (#52052)

2 года назад
DatabaseConnectionTest.php

[10.x] Introducing `beforeStartingTransaction` callback and use it in `LazilyRefreshDatabase` (#49853)

3 года назад
DatabaseConnectorTest.php

[11.x] Support named in-memory SQLite connections (#53635)

2 года назад
DatabaseEloquentBelongsToManyAggregateTest.php

[10.x] Fix expressions in with-functions doing aggregates (#49912)

3 года назад
DatabaseEloquentBelongsToManyChunkByIdTest.php

[10.x] Added eachById and chunkByIdDesc to BelongsToMany (#50991)

2 года назад
DatabaseEloquentBelongsToManyCreateOrFirstTest.php

[11.x] Support eager loading with limit (#49695)

3 года назад
DatabaseEloquentBelongsToManyEachByIdTest.php

[10.x] Added eachById and chunkByIdDesc to BelongsToMany (#50991)

2 года назад
DatabaseEloquentBelongsToManyExpressionTest.php

[11.x] Allow to remove scopes from BelongsToMany relation (#50945) (#50953)

2 года назад
DatabaseEloquentBelongsToManyLazyByIdTest.php

Fixes missing `lazy()` and `lazyById()` on BelongsToMany and HasManyThrough relation query builder. (#36758)

5 лет назад
DatabaseEloquentBelongsToManySyncReturnValueTypeTest.php

Enforce stricter assertions. (#41165)

4 года назад
DatabaseEloquentBelongsToManySyncTouchesParentTest.php

Enforce stricter assertions. (#41165)

4 года назад
DatabaseEloquentBelongsToManyWithAttributesTest.php

[11.x] Add pending attributes (#53720)

2 года назад
DatabaseEloquentBelongsToManyWithCastedAttributesTest.php

[11.x] Add CollectedBy attribute (#53122)

2 года назад
DatabaseEloquentBelongsToManyWithDefaultAttributesTest.php

[11.x] Allow to remove scopes from BelongsToMany relation (#50945) (#50953)

2 года назад
DatabaseEloquentBelongsToManyWithoutTouchingTest.php

[11.x] Allow to remove scopes from BelongsToMany relation (#50945) (#50953)

2 года назад
DatabaseEloquentBelongsToTest.php

[11.x] Use getQualifiedOwnerKeyName in relations (#53573)

2 года назад
DatabaseEloquentBuilderCreateOrFirstTest.php

[11.x] Add IncrementOrCreate method to Eloquent (#54300)

2 года назад
DatabaseEloquentBuilderTest.php

fix: resolve `whereNotMorphedTo` query (#54902)

год назад
DatabaseEloquentCollectionQueueableTest.php

[9.x] Enforce Mockery m aliasing consistency (#41173)

4 года назад
DatabaseEloquentCollectionTest.php

doesntContain on eloquent collection (#54567)

год назад
DatabaseEloquentDynamicRelationsTest.php

Fix typos in tests (#48534)

3 года назад
DatabaseEloquentFactoryTest.php

[11.x] Fix regression bug with global `Factory::guessModelNamesUsing()` (#54665)

год назад
DatabaseEloquentGlobalScopesTest.php

[10.x] Add ScopedBy attribute for models (#50034)

3 года назад
DatabaseEloquentHasManyCreateOrFirstTest.php

[10.x] Fix duplicate conditions on retrying `SELECT` calls under `createOrFirst()` (#48725)

3 года назад
DatabaseEloquentHasManyTest.php

[11.x] Fix flat array parameter for relation upsert (#52289)

2 года назад
DatabaseEloquentHasManyThroughCreateOrFirstTest.php

[11.x] Support eager loading with limit (#49695)

3 года назад
DatabaseEloquentHasManyThroughIntegrationTest.php

[11.x] apply our new Pint rule to the `/tests` directory (#54325)

2 года назад
DatabaseEloquentHasOneOfManyTest.php

Fix typos in tests (#48534)

3 года назад
DatabaseEloquentHasOneOrManyWithAttributesTest.php

[11.x] Fix casts + `withAttributes` (#54422)

2 года назад
DatabaseEloquentHasOneTest.php

[10.x] database expressions with grammar-specific formatting (#44784)

4 года назад
DatabaseEloquentHasOneThroughIntegrationTest.php

[9.x] Added Eloquent withWhereHas method (#42597)

4 года назад
DatabaseEloquentIntegrationTest.php

[11.x] apply our new Pint rule to the `/tests` directory (#54325)

2 года назад
DatabaseEloquentIntegrationWithTablePrefixTest.php

style: Unalign double arrow symbols (#37905)

5 лет назад
DatabaseEloquentInverseRelationHasManyTest.php

[11.x] Eloquent inverse relations (#51582)

2 года назад
DatabaseEloquentInverseRelationHasOneTest.php

[11.x] Eloquent inverse relations (#51582)

2 года назад
DatabaseEloquentInverseRelationMorphManyTest.php

[11.x] Eloquent inverse relations (#51582)

2 года назад
DatabaseEloquentInverseRelationMorphOneTest.php

[11.x] Eloquent inverse relations (#51582)

2 года назад
DatabaseEloquentInverseRelationTest.php

StyleCI fixes

год назад
DatabaseEloquentIrregularPluralTest.php

[10.x] Test Improvements (#48797)

3 года назад
DatabaseEloquentLocalScopesTest.php

[10.x] Fixes on nesting operations performed while applying scopes. (#50207)

2 года назад
DatabaseEloquentModelTest.php

[11.x] Merge in eager loads from nested where queries (#54455)

2 года назад
DatabaseEloquentMorphOneOfManyTest.php

[11.x] Add `withWhereRelation` method to builder (#54668)

год назад
DatabaseEloquentMorphTest.php

[11.x] Fix flat array parameter for relation upsert (#52289)

2 года назад
DatabaseEloquentMorphToManyTest.php

[11.x] Allow to remove scopes from BelongsToMany relation (#50945) (#50953)

2 года назад
DatabaseEloquentMorphToTest.php

[11.x] Use getQualifiedOwnerKeyName in relations (#53573)

2 года назад
DatabaseEloquentPivotTest.php

[11.x] Add the pivot's related model when creating from attributes (#53694)

2 года назад
DatabaseEloquentPolymorphicIntegrationTest.php

style: Unalign double arrow symbols (#37905)

5 лет назад
DatabaseEloquentPolymorphicRelationsIntegrationTest.php

[6.x] Alpha ordered imports (#29933)

7 лет назад
DatabaseEloquentRelationTest.php

fix: improve performance and robustness of Relation::getMorphAlias() (#51845)

2 года назад
DatabaseEloquentRelationshipsTest.php

[11.x] Fix fluent syntax for HasManyThrough when combining HasMany followed by HasOne (#53335)

2 года назад
DatabaseEloquentSoftDeletesIntegrationTest.php

[11.x] Add `forceDestroy` to `SoftDeletes` (#52432)

2 года назад
DatabaseEloquentStrictMorphsTest.php

Change how Laravel handles strict morph map with pivot classes. (#41304)

4 года назад
DatabaseEloquentTimestampsTest.php

allow recursive Model::withoutTimestamps calls (#52768)

2 года назад
DatabaseEloquentWithAttributesTest.php

[11.x] Fix casts + `withAttributes` (#54422)

2 года назад
DatabaseEloquentWithCastsTest.php

[10.x] `Model::preventAccessingMissingAttributes()` raises exception for enums & primitive castable attributes that were not retrieved (#49480)

3 года назад
DatabaseIntegrationTest.php

Add method `QueryExecuted::toRawSql()` (#52192)

2 года назад
DatabaseMariaDbBuilderTest.php

Add MariaDB driver (#50146)

2 года назад
DatabaseMariaDbProcessorTest.php

[11.x] Test Improvements (#51365)

2 года назад
DatabaseMariaDbQueryGrammarTest.php

Add MariaDB driver (#50146)

2 года назад
DatabaseMariaDbSchemaBuilderTest.php

[11.x] Improve `Schema::hasTable()` performance (#53006)

2 года назад
DatabaseMariaDbSchemaGrammarTest.php

[11.x] Enhance database migrations (#51373)

2 года назад
DatabaseMariaDbSchemaStateTest.php

Add MariaDB driver (#50146)

2 года назад
DatabaseMigrationCreatorTest.php

Isset and unset do no need to be called multiple time. (#41219)

4 года назад
DatabaseMigrationInstallCommandTest.php

[6.x] Alpha ordered imports (#29933)

7 лет назад
DatabaseMigrationMakeCommandTest.php

[11.x] apply our new Pint rule to the `/tests` directory (#54325)

2 года назад
DatabaseMigrationMigrateCommandTest.php

Make `migrate` command isolated (#44743)

4 года назад
DatabaseMigrationRefreshCommandTest.php

rename test function to match prohibit action (#51534)

2 года назад
DatabaseMigrationRepositoryTest.php

[8.x] Compatible to phpunit 10 (#34700)

6 лет назад
DatabaseMigrationResetCommandTest.php

rename test function to match prohibit action (#51534)

2 года назад
DatabaseMigrationRollbackCommandTest.php

Rollback a specific batch of migrations - Add a new option `batch` to the RollbackCommand. - Add a new function `getMigrationsByBatch` to the MigrationRepositoryInterface. - Implement `getMigrationsByBatch` in DatabaseMigrationRepository.

4 года назад
DatabaseMigratorIntegrationTest.php

[10.x] Prompts (#46772)

3 года назад
DatabaseMySQLSchemaBuilderTest.php

[11.x] Improve `Schema::hasTable()` performance (#53006)

2 года назад
DatabaseMySqlBuilderTest.php

Remove empty constructor braces. (#36661)

5 лет назад
DatabaseMySqlProcessorTest.php

[11.x] Test Improvements (#51365)

2 года назад
DatabaseMySqlQueryGrammarTest.php

[10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders (#47507)

3 года назад
DatabaseMySqlSchemaGrammarTest.php

[11.x] Add vector column support to migrations (#52884)

2 года назад
DatabaseMySqlSchemaStateTest.php

[11.x] apply our new Pint rule to the `/tests` directory (#54325)

2 года назад
DatabasePostgresBuilderTest.php

[11.x] Fix schema names on `DatabaseTruncation` trait (PostgreSQL and SQLServer) (#53787)

2 года назад
DatabasePostgresProcessorTest.php

[11.x] Test Improvements (#51365)

2 года назад
DatabasePostgresQueryGrammarTest.php

[11.x] Added `useCascadeTruncate` method for `PostgresGrammar` (#53343)

2 года назад
DatabasePostgresSchemaBuilderTest.php

[11.x] Improve `Schema::hasTable()` performance (#53006)

2 года назад
DatabasePostgresSchemaGrammarTest.php

[11.x] Add vector column support to migrations (#52884)

2 года назад
DatabaseProcessorTest.php

Remove return type will change annotations (#40471)

5 лет назад
DatabaseQueryBuilderTest.php

Fix MySQL inRandomOrder seed handling (#58969)

6 месяцев назад
DatabaseQueryGrammarTest.php

Revert "Fix: Handle mixed-type values in compileInsert (#53948)" (#54169)

2 года назад
DatabaseSQLiteBuilderTest.php

Remove empty constructor braces. (#36661)

5 лет назад
DatabaseSQLiteProcessorTest.php

Make SQLiteProcessor cope with '/' in column names (#52490)

2 года назад
DatabaseSQLiteQueryGrammarTest.php

[10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders (#47507)

3 года назад
DatabaseSQLiteSchemaGrammarTest.php

[11.x] Fix alter table expressions on SQLite (#52678)

2 года назад
DatabaseSchemaBlueprintTest.php

[11.x] Fix foreignIdFor() when the foreign key is a non-incrementing integer other than ULID (#53696)

2 года назад
DatabaseSchemaBuilderIntegrationTest.php

Merge branch '10.x'

3 года назад
DatabaseSchemaBuilderTest.php

[11.x] Remove Doctrine DBAL (#48864)

3 года назад
DatabaseSeederTest.php

[9.x] Fixes output when running `db:seed` or using `--seed` in migrate commands (#43593)

4 года назад
DatabaseSoftDeletingScopeTest.php

[10.x] Adds a `createOrFirst` method to Eloquent (#47973)

3 года назад
DatabaseSoftDeletingTest.php

[9.x] Fix Carbon::setTestNow usage. (#40790)

5 лет назад
DatabaseSoftDeletingTraitTest.php

[9.x] Add Model::withoutTimestamps(...) (#44138)

4 года назад
DatabaseSqlServerQueryGrammarTest.php

[10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders (#47507)

3 года назад
DatabaseSqlServerSchemaGrammarTest.php

[11.x] Enhance database migrations (#51373)

2 года назад
DatabaseSqliteSchemaStateTest.php

Load schema to in memory database (#45375)

4 года назад
DatabaseTransactionsManagerTest.php

chore: fix some typos in comments (#51037)

2 года назад
DatabaseTransactionsTest.php

Better transaction manager object design (#49103)

3 года назад
EloquentModelCustomCastingTest.php

[11.x] CI Improvements (#52851)

2 года назад
Enums.php

[11.x] Accept non-backed enum in database queries (#50674)

2 года назад
PruneCommandTest.php

[11.x] Container shares fixed values/initialized instances instead of singleton closure resolutions (#51804)

2 года назад
QueryDurationThresholdTest.php

wip

2 года назад
SeedCommandTest.php

[10.x] Prompts (#46772)

3 года назад
SqlServerBuilderTest.php

Remove empty constructor braces. (#36661)

5 лет назад
TableGuesserTest.php

[10.x] Guess table name correctly in migrations if column's name have ('to', 'from' and/or 'in') terms (#48437)

3 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©