PHP Класс Phalcon\Test\Unit\Annotations\ReaderTest

Автор: Andres Gutierrez ([email protected])
Автор: Serghei Iakovlev ([email protected])
Наследование: extends Phalcon\Test\Module\UnitTest
Показать файл Открыть проект

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

Метод Описание
testParseWithInvalidAnnotation ( ) Test throws Phalcon\Annotations\Exception when got class with invalid annotation
testParseWithNonExistentClass ( ) Test throws ReflectionException when non-existent got class
testReaderParse ( ) Tests Reader::parse

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

testParseWithInvalidAnnotation() публичный метод

Test throws Phalcon\Annotations\Exception when got class with invalid annotation
С версии: 2016-01-25
Автор: Serghei Iakovlev ([email protected])

testParseWithNonExistentClass() публичный метод

Test throws ReflectionException when non-existent got class
С версии: 2016-01-25
Автор: Serghei Iakovlev ([email protected])

testReaderParse() публичный метод

Tests Reader::parse
С версии: 2016-01-25
Автор: Serghei Iakovlev ([email protected])
public testReaderParse ( )