Skip to content

Commit

Permalink
Fix Cannot declare class Autoloading_SC_Product
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jul 4, 2019
1 parent 1811a0a commit 16bc285
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/class/plugin/LoadClassFileChangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ protected function setUp()
{
parent::setUp();
$this->createPlugin();
if (PHP_VERSION_ID < 70200) {
$objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance();
$objPlugin->load();
}
}

protected function tearDown()
Expand Down

0 comments on commit 16bc285

Please sign in to comment.