Skip to content

Commit

Permalink
#11499: Ensure database is cleared/Magento reinstalled when TESTS_CLE…
Browse files Browse the repository at this point in the history
…ANUP is enabled

 - fixed WebApi test application
  • Loading branch information
Oleksii Korshenko committed Jan 23, 2018
1 parent 8463fa4 commit 97a4786
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ public function run()
/**
* {@inheritdoc}
*/
public function install()
public function install($cleanup)
{
if ($cleanup) {
$this->cleanup();
}

$installOptions = $this->getInstallConfig();

/* Install application */
Expand Down

0 comments on commit 97a4786

Please sign in to comment.