ShoppingControllerTest
class ShoppingControllerTest extends AbstractWebTestCase
Constants
MAILCATCHER_URL |
MailCatcher の URL. |
Properties
protected | $actual | from EccubeTestCase | |
protected | $expected | from EccubeTestCase | |
protected | $client | from AbstractWebTestCase | |
protected | $from | from AbstractWebTestCase | |
protected | $to | from AbstractWebTestCase |
Methods
Applicaiton を生成しトランザクションを開始する.
トランザクションをロールバックする.
Product オブジェクトを生成して返す.
Payment オプジェクトを生成して返す.
echo等で出力される内容の検証.
No description
No description
No description
No description
No description
カート→購入確認画面→完了画面
購入確認画面→お届け先設定(未入力)
購入確認画面→お届け先設定
購入確認画面→お届け先設定(入力エラー)
購入確認画面→支払い方法選択
購入確認画面→支払い方法選択(エラー)
購入確認画面→お届け先の設定
購入確認画面→お届け先の設定→お届け先一覧
購入確認画面→お届け先の設定→お届け先追加→購入完了
No description
No description
No description
No description
No description
Details
at line 32
setUp()
Applicaiton を生成しトランザクションを開始する.
at line 38
tearDown()
トランザクションをロールバックする.
in EccubeTestCase at line 80
initializeDatabase()
データベースを初期化する.
データベースを初期化し、マイグレーションを行なう. 全てのデータが初期化されるため注意すること.
in EccubeTestCase at line 146
Generator
getFaker(string $locale = 'ja_JP')
Faker を生成する.
in EccubeTestCase at line 157
verify(string $message = '')
Expected と Actual を比較する.
in EccubeTestCase at line 168
Customer
createCustomer(string $email = null)
Customer オブジェクトを生成して返す.
in EccubeTestCase at line 207
Customer
createNonMember(string $email = null)
非会員の Customer オブジェクトを生成して返す.
in EccubeTestCase at line 249
Product
createProduct(string $product_name = null, integer $product_class_num = 3)
Product オブジェクトを生成して返す.
in EccubeTestCase at line 326
Order
createOrder(Customer $Customer)
Order オブジェクトを生成して返す.
in EccubeTestCase at line 398
Payment
createPayment(Delivery $Delivery, string $method, integer $charge, integer $rule_min, integer $rule_max = 999999999)
Payment オプジェクトを生成して返す.
in EccubeTestCase at line 433
deleteAllRows(array $tables)
テーブルのデータを全て削除する.
このメソッドは、参照制約の関係で、 Doctrine ORM ではデータ削除できない場合に使用する. 通常は、 EntityManager::remove() を使用して削除すること.
in EccubeTestCase at line 446
createApplication()
{@inheritdoc}
in EccubeTestCase at line 472
protected
cleanUpProperties()
PHPUnit_* インスタンスのプロパティを初期化する.
このメソッドは、PHPUnit のメモリリーク解消のため、 tearDown() メソッドでコールされる.
in EccubeTestCase at line 494
protected
initializeMailCatcher()
MailCatcher を初期化する.
このメソッドは主に setUp() メソッドでコールされる. MailCatcher が起動してない場合は, テストをスキップする. MailCatcher については \Eccube\Tests\Service\MailServiceTest のコメントを参照してください
in EccubeTestCase at line 515
protected
checkMailCatcherStatus()
MailCatcher の起動状態をチェックする.
MailCatcher が起動していない場合は, テストをスキップする.
in EccubeTestCase at line 536
protected
cleanUpMailCatcherMessages()
MailCatcher のメッセージをすべて削除する.
in EccubeTestCase at line 552
protected array
getMailCatcherMessages()
MailCatcher のメッセージをすべて取得する.
in EccubeTestCase at line 566
protected object
getMailCatcherMessage(integer $id)
MailCatcher のメッセージを ID を指定して取得する.
in EccubeTestCase at line 580
protected string
parseMailCatcherSource(object $Message)
MailCatcher のメッセージソースをデコードする.
in EccubeTestCase at line 588
protected
isSqliteInMemory()
in the case of sqlite in-memory database.
in AbstractWebTestCase at line 81
verifyOutputString(array $expected, string $message = '')
echo等で出力される内容の検証.
in AbstractWebTestCase at line 91
logIn($user = null)
{@inheritdoc}
at line 44
testRoutingShoppingLogin()
at line 51
testRoutingShoppingCustomerLogin()
at line 63
testShoppingIndexWithCartUnlock()
at line 73
testComplete()
at line 89
testShoppingError()
at line 104
testCompleteWithLogin()
カート→購入確認画面→完了画面
at line 147
testDeliveryWithNotInput()
購入確認画面→お届け先設定(未入力)
at line 188
testDeliveryWithPost()
購入確認画面→お届け先設定
at line 244
testDeliveryWithError()
購入確認画面→お届け先設定(入力エラー)
at line 296
testPaymentWithPost()
購入確認画面→支払い方法選択
at line 352
testPaymentWithError()
購入確認画面→支払い方法選択(エラー)
at line 405
testShippingChangeWithPost()
購入確認画面→お届け先の設定
at line 443
testShippingShipping()
購入確認画面→お届け先の設定→お届け先一覧
at line 491
testShippingShippingPost()
購入確認画面→お届け先の設定→お届け先追加→購入完了