Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-05-21 05:00:00 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-22 23:34:38 +0300
commit0afc478224999dd58d8a9ca18ac59a4a88e68e52 (patch)
tree909d7b7bdeb8a79a2dff8dc2e601a8503b29a04e /plugins/TestRunner/Commands/TestsSetupFixture.php
parentb258ba71026fb3bce7e7410ef00f5d9cc93cda20 (diff)
Remove exit; in TestsSetupFixture.php. Wonder how that got there...
Diffstat (limited to 'plugins/TestRunner/Commands/TestsSetupFixture.php')
-rw-r--r--plugins/TestRunner/Commands/TestsSetupFixture.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsSetupFixture.php b/plugins/TestRunner/Commands/TestsSetupFixture.php
index 3b44a01511..2591cdcdaa 100644
--- a/plugins/TestRunner/Commands/TestsSetupFixture.php
+++ b/plugins/TestRunner/Commands/TestsSetupFixture.php
@@ -124,7 +124,6 @@ class TestsSetupFixture extends ConsoleCommand
// perform setup and/or teardown
if ($input->getOption('teardown')) {
- exit;
$fixture->getTestEnvironment()->save();
$fixture->performTearDown();
} else {