Skip to content

Commit

Permalink
fix EC-CUBE#983 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clicktx committed Sep 1, 2024
1 parent d9568e7 commit f267ac4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objAddress = new SC_Helper_Address_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objAddress = new SC_Helper_Address_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objAddress = new SC_Helper_Address_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objAddress = new SC_Helper_Address_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objKiyaku = new SC_Helper_Kiyaku_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objKiyaku = new SC_Helper_Kiyaku_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objKiyaku = new SC_Helper_Kiyaku_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ protected function setUp()
$this->objKiyaku = new SC_Helper_Kiyaku_Ex();
}

protected function tearUp()
protected function tearDown()
{
parent::tearUp();
parent::tearDown();
}

/////////////////////////////////////////
Expand Down

0 comments on commit f267ac4

Please sign in to comment.