Skip to content

Commit

Permalink
[All] make CoreShop 2.1 have Pimcore 5.7 at min requirement coreshop#3
Browse files Browse the repository at this point in the history
…- revert all tests
  • Loading branch information
dpfaffenbauer committed Mar 16, 2019
1 parent 780af66 commit f8dc751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/lib/CoreShop/Test/PHPUnit/Suites/AllTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public static function suite()
$suite = new TestSuite('Models');

$tests = [
/*'\\CoreShop\\Test\\PHPUnit\\Suites\\Carrier',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Carrier',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Product',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Cart',*/
'\\CoreShop\\Test\\PHPUnit\\Suites\\Cart',
'\\CoreShop\\Test\\PHPUnit\\Suites\\CartPriceRule',
/*'\\CoreShop\\Test\\PHPUnit\\Suites\\Category',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Category',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Country',
'\\CoreShop\\Test\\PHPUnit\\Suites\\Currency',
'\\CoreShop\\Test\\PHPUnit\\Suites\\CustomerGroup',
Expand All @@ -53,7 +53,7 @@ public static function suite()
'\\CoreShop\\Test\\PHPUnit\\Suites\\ShippingRule',
'\\CoreShop\\Test\\PHPUnit\\Suites\\NotificationRule',
'\\CoreShop\\Test\\PHPUnit\\Suites\\StorageList',
'\\CoreShop\\Test\\PHPUnit\\Suites\\BatchListing',*/
'\\CoreShop\\Test\\PHPUnit\\Suites\\BatchListing',
];

shuffle($tests);
Expand Down

0 comments on commit f8dc751

Please sign in to comment.