Skip to content

Commit

Permalink
不要コードの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Sep 25, 2023
1 parent c325ce5 commit d3d0507
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions codeception/acceptance/EA03ProductCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Codeception\Util\Fixtures;
use Doctrine\DBAL\Connection;
use Doctrine\ORM\EntityManager;
use Eccube\Repository\ProductStockRepository;
use Page\Admin\CategoryCsvUploadPage;
use Page\Admin\CategoryManagePage;
use Page\Admin\ClassCategoryManagePage;
Expand All @@ -40,9 +39,6 @@ class EA03ProductCest
/** @var Connection */
private $conn;

/** @var ProductStockRepository */
private ProductStockRepository $productStockRepository;

const ページタイトル = '#main .page-header';
const ページタイトルStyleGuide = '.c-pageTitle';

Expand All @@ -55,7 +51,6 @@ public function _before(AcceptanceTester $I)
// DB接続
$this->em = Fixtures::get('entityManager');
$this->conn = $this->em->getConnection();
$this->productStockRepository = $this->em->getRepository(\Eccube\Entity\ProductStock::class);
}

public function _after(AcceptanceTester $I)
Expand Down

0 comments on commit d3d0507

Please sign in to comment.