Properties

$__ExpectedData

$__ExpectedData : \CurrentLibControllerTestExpectedData

期待値テストクラス

Type

\CurrentLibControllerTestExpectedData

$__PostData

$__PostData : array

POSTデータクラス

Type

array

Methods

__construct()

__construct() : void

Constructor.

testGetRequest()

testGetRequest(\ControllerTestCase  $test, string  $controller, string  $url, array|false  $expects, string|false  $exception) : void

GETテスト

Parameters

\ControllerTestCase $test
string $controller

generateするコントローラ

string $url

テストするURL

array|false $expects

期待値リスト

string|false $exception

Exception文字列

testGetRequestAnnouncementPageWithSettingMode()

testGetRequestAnnouncementPageWithSettingMode(\ControllerTestCase  $test) : void

パブリックのお知らせページのセッティングモード表示のテスト

Parameters

\ControllerTestCase $test

testGetRequestAnnouncementPageWithSettingModeAsRedirectOff()

testGetRequestAnnouncementPageWithSettingModeAsRedirectOff(\ControllerTestCase  $test) : void

パブリックのお知らせページのセッティングモード表示のテスト

Parameters

\ControllerTestCase $test

testGetRequestDownload()

testGetRequestDownload(\ControllerTestCase  $test, string  $controller, string  $url, array|false  $expects, string|false  $exception) : void

ファイルダウンロードテスト

Parameters

\ControllerTestCase $test
string $controller

generateするコントローラ

string $url

テストするURL

array|false $expects

期待値リスト

string|false $exception

Exception文字列

testPostRequest()

testPostRequest(\ControllerTestCase  $test, string  $controller, string  $url, array  $post, array|false  $expects, string|false  $exception) : void

POSTテスト

Parameters

\ControllerTestCase $test
string $controller

generateするコントローラ

string $url

テストするURL

array $post

POSTの内容

array|false $expects

期待値リスト

string|false $exception

Exception文字列

testPostRequestFrameAdd()

testPostRequestFrameAdd(\ControllerTestCase  $test, array  $post, array|false  $expects, string|false  $exception) : void

Frame追加テスト

Parameters

\ControllerTestCase $test
array $post

POSTの内容

array|false $expects

期待値

string|false $exception

Exception文字列

testPostRequestFrameEdit()

testPostRequestFrameEdit(\ControllerTestCase  $test, array|false  $expects, string|false  $exception) : void

Frame編集テスト

Parameters

\ControllerTestCase $test
array|false $expects

期待値

string|false $exception

Exception文字列

testPostRequestFrameDelete()

testPostRequestFrameDelete(\ControllerTestCase  $test, array|false  $expects, string|false  $exception) : void

Frame削除テスト

Parameters

\ControllerTestCase $test
array|false $expects

期待値

string|false $exception

Exception文字列

testPostRequestWysiwygUploads()

testPostRequestWysiwygUploads(\ControllerTestCase  $test, string  $controller, string  $url, array  $post, array|false  $expects, string|false  $exception) : void

Wysiwygのアップロードテスト

Parameters

\ControllerTestCase $test
string $controller

generateするコントローラ

string $url

テストするURL

array $post

POSTの内容

array|false $expects

期待値リスト

string|false $exception

Exception文字列