Skip to content

Commit

Permalink
Merge pull request EC-CUBE#990 from clicktx/fix/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess authored Sep 1, 2024
2 parents d5c198a + 6aa869c commit fc5a36a
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 fc5a36a

Please sign in to comment.