PHP Класс RedUNIT\Base\Indexes

Tests whether indexes are created properly and whether index creation errors are supressed (they are not important enough to cause exceptions during development phase).
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

Открытые методы

Метод Описание
testIndexCreation ( ) : void Tests whether a regular index is created properly.
testIndexCreationAlias ( ) : void Tests indexes on aliases.
testIndexCreationFail ( ) : void Tests index fails.
testIndexCreationMany2Many ( ) : void Tests indexes on link tables.
testIndexCreationParentBean ( ) : void Tests indexes on parent beans.

Описание методов

testIndexCreation() публичный Метод

Tests whether a regular index is created properly.
public testIndexCreation ( ) : void
Результат void

testIndexCreationAlias() публичный Метод

Tests indexes on aliases.
public testIndexCreationAlias ( ) : void
Результат void

testIndexCreationFail() публичный Метод

Tests index fails.
public testIndexCreationFail ( ) : void
Результат void

testIndexCreationMany2Many() публичный Метод

Tests indexes on link tables.
public testIndexCreationMany2Many ( ) : void
Результат void

testIndexCreationParentBean() публичный Метод

Tests indexes on parent beans.
public testIndexCreationParentBean ( ) : void
Результат void