PHP yii\test Пространство имен

Классы

Имя Описание
ActiveFixture ActiveFixture represents a fixture backed up by a [[modelClass|ActiveRecord class]] or a [[tableName|database table]].
ArrayFixture ArrayFixture represents arbitrary fixture that can be loaded from PHP files.
BaseActiveFixture BaseActiveFixture is the base class for fixture classes that support accessing fixture data as ActiveRecord objects.
DbFixture DbFixture is the base class for DB-related fixtures.
Fixture Fixture represents a fixed state of a test environment.
InitDbFixture InitDbFixture represents the initial state needed for DB-related tests.

Traits

Имя Описание
FixtureTrait FixtureTrait provides functionalities for loading, unloading and accessing fixtures for a test case.