Slim3
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
* 情報 [#j956ced8]
- [[Slim3 日本語サイト(非公式)>http://sites.google.com/si...
** ユニットテスト [#lcb8d2a7]
- [[Testing/Controller/Post - Slim3 Cookbook>http://slim3...
public void run() throws Exception {
tester.request.setMethod("POST");
tester.param("key", "value");
tester.start("/");
}
終了行:
#contents
* 情報 [#j956ced8]
- [[Slim3 日本語サイト(非公式)>http://sites.google.com/si...
** ユニットテスト [#lcb8d2a7]
- [[Testing/Controller/Post - Slim3 Cookbook>http://slim3...
public void run() throws Exception {
tester.request.setMethod("POST");
tester.param("key", "value");
tester.start("/");
}
ページ名: