Copied!

IbexaKernelTestCase

IbexaKernelTestCase.php : 17
Extends KernelTestCase
Tags
Experimental

Methods

protectedgetContentService()

IbexaKernelTestTrait.php : 117
protected static getContentService() : ContentService

Return values

ContentService

protectedgetContentTypeService()

IbexaKernelTestTrait.php : 112
protected static getContentTypeService() : ContentTypeService

Return values

ContentTypeService

protectedgetDoctrineConnection()

IbexaKernelTestTrait.php : 107
protected static getDoctrineConnection() : Connection

Return values

Connection

protectedgetFixtures()

IbexaKernelTestTrait.php : 67
protected static getFixtures() : iterable<string|int, Fixture>

Return values

iterable<string|int, Fixture>

protectedgetKernelClass()

IbexaKernelTestCase.php : 21
protected static getKernelClass() : string

Return values

string

protectedgetLanguageService()

IbexaKernelTestTrait.php : 157
protected static getLanguageService() : LanguageService

Return values

LanguageService

protectedgetLocationService()

IbexaKernelTestTrait.php : 122
protected static getLocationService() : LocationService

Return values

LocationService

protectedgetObjectStateService()

IbexaKernelTestTrait.php : 152
protected static getObjectStateService() : ObjectStateService

Return values

ObjectStateService

protectedgetPermissionResolver()

IbexaKernelTestTrait.php : 127
protected static getPermissionResolver() : PermissionResolver

Return values

PermissionResolver

protectedgetRoleService()

IbexaKernelTestTrait.php : 132
protected static getRoleService() : RoleService

Return values

RoleService

protectedgetSchemaFiles()

IbexaKernelTestTrait.php : 45
protected static getSchemaFiles() : iterable<string|int, string>

Return values

iterable<string|int, string>

protectedgetSearchService()

IbexaKernelTestTrait.php : 137
protected static getSearchService() : SearchService

Return values

SearchService

protectedgetSectionService()

IbexaKernelTestTrait.php : 162
protected static getSectionService() : SectionService

Return values

SectionService

protectedgetServiceByClassName()

IbexaKernelTestTrait.php : 78
protected final static getServiceByClassName(string $className[, string|null $id = null ]) : T

Parameters

Name Type Default value Description
$className string - -
$id string|null null -

Return values

T

protectedgetTestServiceId()

IbexaKernelTestTrait.php : 91
protected static getTestServiceId(string|null $id, string $className) : string

Parameters

Name Type Default value Description
$id string|null - -
$className string - -

Return values

string

protectedgetTransactionHandler()

IbexaKernelTestTrait.php : 142
protected static getTransactionHandler() : TransactionHandler

Return values

TransactionHandler

protectedgetUrlAliasService()

IbexaKernelTestTrait.php : 167
protected static getUrlAliasService() : URLAliasService

Return values

URLAliasService

protectedgetUserService()

IbexaKernelTestTrait.php : 147
protected static getUserService() : UserService

Return values

UserService

protectedloadFixtures()

IbexaKernelTestTrait.php : 50
protected final static loadFixtures() : void

protectedloadSchema()

IbexaKernelTestTrait.php : 34
protected final static loadSchema() : void

protectedpostLoadFixtures()

IbexaKernelTestTrait.php : 60
protected static postLoadFixtures() : void

protectedsetAdministratorUser()

IbexaKernelTestTrait.php : 178
protected static setAdministratorUser() : void

protectedsetAnonymousUser()

IbexaKernelTestTrait.php : 172
protected static setAnonymousUser() : void