/
githubmirror
/
framework
ОбзорДокументацияВойти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
framework/
tests/Database/
..
Fixtures

[12.x] Add support for #[UseResource(...)] and #[UseResourceCollection(...)] attributes on models (#56966)

год назад
Pruning

[12.x] Fix model pruning when non model files are in the same directory (#56071)

год назад
migrations

add index for database performance (#60073)

3 месяца назад
stubs

Fix unsetting model castable attribute when cast to object (#56335) (#56343)

год назад
DatabaseAbstractSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConcernsBuildsQueriesTraitTest.php

[10.x] Test Improvements (#48815)

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConcernsPreventsCircularRecursionTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConnectionFactoryTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConnectionLostTest.php

Added a new lost connection string and a test (#60819)

22 дня назад
DatabaseConnectionTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConnectorTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseConsoleDirectConnectionTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentAsBinaryCastTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentBelongsToManyAggregateTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyChunkByIdTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyCreateOrFirstTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBelongsToManyEachByIdTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyExpressionTest.php

Simplify remaining exception expectations (#61058)

5 дней назад
DatabaseEloquentBelongsToManyLazyByIdTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyOrFailTest.php

[12.x] Add missing *OrFail transaction methods to BelongsToMany (#59168)

5 месяцев назад
DatabaseEloquentBelongsToManyPivotEnumKeyTest.php

[13.x] Use enum_value() helper in a few more places (#60983)

8 дней назад
DatabaseEloquentBelongsToManySyncReturnValueTypeTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManySyncTouchesParentTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyWithAttributesPendingTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyWithAttributesTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentBelongsToManyWithCastedAttributesTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBelongsToManyWithDefaultAttributesTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBelongsToManyWithoutTouchingTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBelongsToTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBuilderCreateOrFirstTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentCollectionQueueableTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentCollectionTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentDynamicRelationsTest.php

Fix typos in tests (#48534)

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentGlobalScopesTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentHasManyCreateOrFirstTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentHasManyTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentHasManyThroughCreateOrFirstTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentHasManyThroughIntegrationTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentHasOneOfManyTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentHasOneOrManyWithAttributesPendingTest.php

Apply rector PHPUnit assertion cleanups (#60807)

25 дней назад
DatabaseEloquentHasOneOrManyWithAttributesTest.php

Apply rector PHPUnit assertion cleanups (#60807)

25 дней назад
DatabaseEloquentHasOneTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentHasOneThroughIntegrationTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentHasOneThroughOfManyTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentIntegrationTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentIntegrationWithTablePrefixTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentInverseRelationHasManyTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentInverseRelationHasOneTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentInverseRelationMorphManyTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentInverseRelationMorphOneTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentInverseRelationTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentIrregularPluralTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentLocalScopesTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentModelAttributesTest.php

fix: inconsistent Guarded attribute behaviour on Pivot (#60952)

8 дней назад
DatabaseEloquentModelTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentMorphOneOfManyTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentMorphTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentMorphToManyTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentMorphToTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentPivotTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentPolymorphicIntegrationTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentPolymorphicRelationsIntegrationTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentRelationNoConstraintsTest.php

[13.x] Preserve relation constraints when resolving attributes during noConstraints (#60931)

11 дней назад
DatabaseEloquentRelationTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentRelationshipsTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentResourceCollectionTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentResourceModelTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabaseEloquentSoftDeletesIntegrationTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseEloquentStrictMorphsTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentTimestampsTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentWithAttributesPendingTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentWithAttributesTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseEloquentWithCastsTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseIntegrationTest.php

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

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMariaDbBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMariaDbProcessorTest.php

[11.x] Test Improvements (#51365)

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMariaDbSchemaBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMariaDbSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMariaDbSchemaStateTest.php

Merge branch '12.x' into 13.x

3 месяца назад
DatabaseMigrationCreatorTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationInstallCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationMakeCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationMigrateCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationRefreshCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationRepositoryTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationResetCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigrationRollbackCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigratorIntegrationTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMigratorTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMySQLSchemaBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMySqlBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMySqlProcessorTest.php

[11.x] Test Improvements (#51365)

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMySqlSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseMySqlSchemaStateTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
DatabasePostgresBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabasePostgresConnectionTest.php

[13.x] Add Postgres transaction pooler support (#60425)

2 месяца назад
DatabasePostgresProcessorTest.php

[11.x] Test Improvements (#51365)

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabasePostgresSchemaBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabasePostgresSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabasePostgresSchemaStateTest.php

[13.x] Add Postgres transaction pooler support (#60425)

2 месяца назад
DatabaseProcessorTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseQueryBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseQueryExceptionTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseQueryGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSQLiteBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSQLiteProcessorTest.php

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

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSQLiteSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSchemaBlueprintTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSchemaBuilderIntegrationTest.php

Remove useless parent::setUp()/tearDown() calls in tests extending PHPUnit's TestCase directly (#60994)

7 дней назад
DatabaseSchemaBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSeederTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSoftDeletingScopeTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSoftDeletingTest.php

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

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

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSqlServerQueryGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSqlServerSchemaGrammarTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseSqliteSchemaStateTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
DatabaseTransactionsManagerTest.php

attempt to fix rollback callbacks (#60777)

месяц назад
DatabaseTransactionsTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
EloquentHasOneOrManyDeprecationTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
EloquentModelCustomCastingTest.php

[13.x] Simplify most of the exceptions expectations (#61049)

5 дней назад
Enums.php

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

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

[13.x] Mockery cleanup (#61117)

9 часов назад
QueryDurationThresholdTest.php

[13.x] Reset fake time globally after each test, drop redundant Carbon::setTestNow() cleanup (#60761)

месяц назад
SeedCommandTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
SqlServerBuilderTest.php

[13.x] Mockery cleanup (#61117)

9 часов назад
TableGuesserTest.php

Revert "[12.x] Add drop patterns support to `TableGuesser` for drop migrations (#56608)" (#56752)

год назад