Rolled back unneeded change.

This commit is contained in:
Mariano Custiel 2016-01-08 15:44:37 +01:00
parent 902385b4e9
commit 8c608b6a98
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ abstract class PluginTestCase extends Illuminate\Foundation\Testing\TestCase
if (!empty($plugin->require)) {
foreach ((array) $plugin->require as $dependency) {
if (isset($this->pluginTestCaseLoadedPlugins[$code])) continue;
$this->runPluginRefreshCommand($dependency);
}
}