$__ExpectedData
$__ExpectedData : \CurrentLibControllerTestExpectedData
期待値テストクラス
Currentライブラリテスト群
testGetRequest(\ControllerTestCase $test, string $controller, string $url, array|false $expects, string|false $exception) : void
GETテスト
\ControllerTestCase | $test | |
string | $controller | generateするコントローラ |
string | $url | テストするURL |
array|false | $expects | 期待値リスト |
string|false | $exception | Exception文字列 |
testGetRequestDownload(\ControllerTestCase $test, string $controller, string $url, array|false $expects, string|false $exception) : void
ファイルダウンロードテスト
\ControllerTestCase | $test | |
string | $controller | generateするコントローラ |
string | $url | テストするURL |
array|false | $expects | 期待値リスト |
string|false | $exception | Exception文字列 |
testPostRequest(\ControllerTestCase $test, string $controller, string $url, array $post, array|false $expects, string|false $exception) : void
POSTテスト
\ControllerTestCase | $test | |
string | $controller | generateするコントローラ |
string | $url | テストするURL |
array | $post | POSTの内容 |
array|false | $expects | 期待値リスト |
string|false | $exception | Exception文字列 |
testPostRequestWysiwygUploads(\ControllerTestCase $test, string $controller, string $url, array $post, array|false $expects, string|false $exception) : void
Wysiwygのアップロードテスト
\ControllerTestCase | $test | |
string | $controller | generateするコントローラ |
string | $url | テストするURL |
array | $post | POSTの内容 |
array|false | $expects | 期待値リスト |
string|false | $exception | Exception文字列 |