PHP 클래스 SimpleSAML\Test\Web\IndexTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: simplesamlphp/simplesamlphp

보호된 프로퍼티들

프로퍼티 타입 설명
$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