Classes, interfaces and traits

BootTraits

Trait BootTraits.

Boot traits in tests. For add new trait: Create trait Add method boot<TraitName> Add to your test class BootTraits and custom trait Add _boot() trait method call to test set-up
« More »

ControllersTestTrait

Trait ControllersTestTrait

Controllers test trait.
« More »

InitMigrationAppTrait

Trait InitMigrationAppTrait.

Run migrations with seeds trait.
« More »

MigrationsTrait

Trait MigrationsTrait Migrations trait for auto execute migrations during test running.

Additionally running seed command. Seed command based on `sonrac/symfony-seed-command` package. Init property `$seed` in your test class for seed execute. Property is list seed classes.
« More »

BaseControllerTest

Class BaseControllerTest.

Base controller test.
« More »

BaseWebTest

Class BaseWebTest.

Base class for web functional tests.
« More »

MaxRedirectException

Class MaxRedirectException.

Maximum redirect exception.
« More »

OnceMigrationUnitTest

Class OnceMigrationUnitTest.

« More »

OnceMigrationWebTest

Class OnceMigrationWebTest.

« More »

OnceRunMigration

Class OnceRunMigration TestCase with migration running.

« More »

TestApplication

Class TestApplication.

« More »

UnitTest

Class UnitTest.

Unit test with auto boot traits and rollback migrations (if trait are included in test).
« More »