PHP Класс SimpleSAML\Test\Web\IndexTest

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

Защищенные свойства (Protected)

Свойство Тип Описание
$server SimpleSAML\Test\BuiltInServer
$server_addr string
$server_pid integer
$shared_file string

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

Метод Описание
testRedirection ( ) A simple test to make sure the index.php file redirects appropriately to the right URL.

Защищенные методы

Метод Описание
setup ( ) The setup method that is run before any tests in this class.
tearDown ( ) The tear down method that is executed after all tests in this class.
updateConfig ( $config )

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

setup() защищенный Метод

The setup method that is run before any tests in this class.
protected setup ( )

tearDown() защищенный Метод

The tear down method that is executed after all tests in this class.
protected tearDown ( )

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

A simple test to make sure the index.php file redirects appropriately to the right URL.
public testRedirection ( )

updateConfig() защищенный Метод

protected updateConfig ( $config )

Описание свойств

$server защищенное свойство

protected BuiltInServer,SimpleSAML\Test $server
Результат SimpleSAML\Test\BuiltInServer

$server_addr защищенное свойство

protected string $server_addr
Результат string

$server_pid защищенное свойство

protected int $server_pid
Результат integer

$shared_file защищенное свойство

protected string $shared_file
Результат string