Skip to content

Commit 67443d1

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82003: Ensure database is cleared/Magento reinstalled when TESTS_CLEANUP is enabled magento#11499
1 parent 4134c8c commit 67443d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/WebApiApplication.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ public function run()
2525

2626
/**
2727
* {@inheritdoc}
28+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2829
*/
29-
public function install()
30+
public function install($cleanup)
3031
{
3132
$installOptions = $this->getInstallConfig();
3233

dev/tests/integration/framework/Magento/TestFramework/Application.php

+1
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ public function cleanup()
435435
/**
436436
* Install an application
437437
*
438+
* @param bool $cleanup
438439
* @return void
439440
* @throws \Magento\Framework\Exception\LocalizedException
440441
*/

0 commit comments

Comments
 (0)