PHP Класс Elcodi\Component\Tax\Tests\UnitTest\Entity\TaxTest

Наследование: extends Elcodi\Component\Core\Tests\UnitTest\Entity\AbstractEntityTest
Показать файл Открыть проект

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

Метод Описание
getEntityNamespace ( ) : string Return the entity namespace.
getTestableFields ( ) : array Return the fields to test in entities.
testToString ( ) Test the string casting.

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

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

Return the entity namespace.
public getEntityNamespace ( ) : string
Результат string Entity namespace

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

[ [[ "type" => $this::GETTER_SETTER, "getter" => "getValue", "setter" => "setValue", "value" => "Elcodi\Component\...\Interfaces\AnInterface" "nullable" => true ]], [[ "type" => $this::ADDER_REMOVER|$this::ADDER_REMOVER, "getter" => "getValue", "setter" => "setValue", "adder" => "addValue", "removed" => "removeValue", "bag" => "collection", // can be array "value" => "Elcodi\Component\...\Interfaces\AnInterface" ]] ]
public getTestableFields ( ) : array
Результат array Fields

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

Test the string casting.
public testToString ( )