diff --git a/tests/Eccube/Tests/Form/Type/Admin/LogTypeTest.php b/tests/Eccube/Tests/Form/Type/Admin/LogTypeTest.php index 92a1251f05a..9df68d81aab 100644 --- a/tests/Eccube/Tests/Form/Type/Admin/LogTypeTest.php +++ b/tests/Eccube/Tests/Form/Type/Admin/LogTypeTest.php @@ -63,9 +63,6 @@ public function tearDown() public function testValidData() { - if (!file_exists($this->logTest)) { - $this->markTestIncomplete('テスト時には'.$this->fileName.'は存在しないのでテストできない'); - } $this->form->submit($this->formData); $this->assertTrue($this->form->isValid()); } diff --git a/tests/Eccube/Tests/Web/Admin/Order/EditControllerTest.php b/tests/Eccube/Tests/Web/Admin/Order/EditControllerTest.php index 51322ed6431..a65cbfd48ae 100644 --- a/tests/Eccube/Tests/Web/Admin/Order/EditControllerTest.php +++ b/tests/Eccube/Tests/Web/Admin/Order/EditControllerTest.php @@ -165,8 +165,6 @@ public function testNotUpdateLastBuyDate() public function testOrderCustomerInfo() { - $this->markTestIncomplete('顧客の購入回数と購入金額の実装が完了するまでスキップ'); - $this->markTestIncomplete('EditController is not implemented.'); $Customer = $this->createCustomer(); $Order = $this->createOrder($Customer); $Order->setOrderStatus($this->entityManager->find(OrderStatus::class, OrderStatus::NEW)); diff --git a/tests/Eccube/Tests/Web/Mypage/MypageControllerTest.php b/tests/Eccube/Tests/Web/Mypage/MypageControllerTest.php index ee289b6dd50..0be64dcad13 100644 --- a/tests/Eccube/Tests/Web/Mypage/MypageControllerTest.php +++ b/tests/Eccube/Tests/Web/Mypage/MypageControllerTest.php @@ -108,8 +108,6 @@ public function testIndex() public function testHistory() { - $this->markTestIncomplete('新しい配送管理の実装が完了するまでスキップ'); - $Product = $this->createProduct(); $ProductClasses = $Product->getProductClasses(); // 後方互換のため最初の1つのみ渡す