Skip to content

Commit

Permalink
動作するため incomplete を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jul 30, 2021
1 parent 19737e3 commit c4d9f70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions tests/Eccube/Tests/Form/Type/Admin/LogTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down
2 changes: 0 additions & 2 deletions tests/Eccube/Tests/Web/Admin/Order/EditControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down
2 changes: 0 additions & 2 deletions tests/Eccube/Tests/Web/Mypage/MypageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ public function testIndex()

public function testHistory()
{
$this->markTestIncomplete('新しい配送管理の実装が完了するまでスキップ');

$Product = $this->createProduct();
$ProductClasses = $Product->getProductClasses();
// 後方互換のため最初の1つのみ渡す
Expand Down

0 comments on commit c4d9f70

Please sign in to comment.