Skip to content

Commit d7af884

Browse files
committed
MAGETWO-92402: Write tests
1 parent cf4e799 commit d7af884

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/integration/framework/Magento/TestFramework/Annotation/IndexerDimensionMode.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ private function setDimensionMode($mode, $test)
8585

8686
//Delete old tables
8787
$this->modeSwitcher->dropTables($previousMode);
88-
8988
} else {
9089
$this->fail('Dimensions mode for indexer has not been changed', $test);
9190
}
@@ -126,10 +125,9 @@ public function startTest(TestCase $test)
126125
/**
127126
* Handler for 'endTest' event
128127
*
129-
* @param TestCase $test
130128
* @return void
131129
*/
132-
public function endTest(TestCase $test)
130+
public function endTest()
133131
{
134132
if ($this->isDimensionMode) {
135133
$this->restoreDb();

0 commit comments

Comments
 (0)