Skip to content

Commit

Permalink
Remove force boot and register plugins in CommonTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kharanenka committed Apr 17, 2018
1 parent 2732ffe commit 751e167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/CommonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function setUp()
$obManager->refreshPlugin($sPluginKey);
}

$obManager->bootAll(true);
$obManager->registerAll(true);
$obManager->bootAll();
$obManager->registerAll();
}
}
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
1.8.0:
- 'Added translation into French. Thanks for contribution philmarc.'
1.9.0:
- 'Add TraitCached. Update vendor packages.'
- 'Add TraitCached. Update vendor packages.'
1.9.1:
- 'Remove force boot and register plugins in CommonTest class'

0 comments on commit 751e167

Please sign in to comment.