PHP Class BcCaptchaComponentTest

Inheritance: extends BaserTestCase
Show file Open project: baserproject/basercms

Public Properties

Property Type Description
$components
$fixtures

Public Methods

Method Description
setUp ( )
tearDown ( )
testCheck ( ) 認証を行う
testConvert ( ) kcaptchaで定義されたアルファベットを $convert に定義された任意の文字列に変換する
testRender ( ) : void キャプチャ画象を表示する
testStrSplit ( ) 文字列を1文字づつ分割して配列にする

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCheck() public method

認証を行う
public testCheck ( )

testConvert() public method

kcaptchaで定義されたアルファベットを $convert に定義された任意の文字列に変換する
public testConvert ( )

testRender() public method

キャプチャ画象を表示する
public testRender ( ) : void
return void

testStrSplit() public method

文字列を1文字づつ分割して配列にする
public testStrSplit ( )

Property Details

$components public property

public $components

$fixtures public property

public $fixtures