PHP Класс SAML2\XML\shibmd\ScopeTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Метод Описание
testMarshallingImplicitRegexpValue ( ) Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').
testMarshallingLiteral ( ) Marshalling a scope in literal (non-regexp) form.
testMarshallingRegexp ( ) Marshalling a scope which is in regexp form.
testUnmarshallingLiteral ( ) Unmarshalling a scope in literal (non-regexp) form.
testUnmarshallingRegexp ( ) Unmarshalling a scope in regexp form.
testUnmarshallingWithoutRegexpValue ( ) Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).

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

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

Marshalling a scope which does not specificy the value for regexp explicitly (expect it to default to 'false').

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

Marshalling a scope in literal (non-regexp) form.

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

Marshalling a scope which is in regexp form.

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

Unmarshalling a scope in literal (non-regexp) form.

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

Unmarshalling a scope in regexp form.

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

Unmarshalling a scope that does not specify an explicit regexp value (assumed to be false).