Code Duplication    Length = 7-8 lines in 2 locations

codeception/_support/Page/Admin/OrderManagePage.php 1 location

@@ 61-68 (lines=8) @@
58
        return $this;
59
    }
60
61
    public function 詳細検索_電話番号($value = '')
62
    {
63
        $this->tester->click(self::$詳細検索ボタン);
64
        $this->tester->wait(1);
65
        $this->tester->fillField(['id' => 'admin_search_order_phone_number'], $value);
66
        $this->tester->click('#search_form #search_submit');
67
        return $this;
68
    }
69
70
    public function 受注CSVダウンロード実行()
71
    {

codeception/_support/Page/Front/ProductDetailPage.php 1 location

@@ 75-81 (lines=7) @@
72
     * @param $num|int
73
     * @return ProductDetailPage
74
     */
75
    public function カートに入れる($num)
76
    {
77
        $this->tester->fillField(['id' => 'quantity'], $num);
78
        $this->tester->click(['id' => 'add-cart']);
79
        $this->tester->wait(1);
80
        return $this;
81
    }
82
83
    public function お気に入りに追加()
84
    {