Skip to content

Commit 60d79aa

Browse files
committed
MAGETWO-60746: [GITHUB] Edit default store view will stop saying that Default store cannot be disabled #7349
- change code style
1 parent 12a4d00 commit 60d79aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Store/Test/TestCase/UpdateStoreEntityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ public function test(Store $storeInitial, Store $store)
106106
/**
107107
* {@inheritdoc}
108108
*/
109-
public function tearDown()
109+
protected function tearDown()
110110
{
111-
if($this->storeInitial->getCode() == 'default') {
111+
if ($this->storeInitial->getCode() == 'default') {
112112
$this->restoreDefaultStoreViewStep->run();
113113
}
114114
}

0 commit comments

Comments
 (0)