Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SalesSequence. The sales sequence profiles associated to storeview ID 1 should have as prefix 1 after new Magento setup #31447

Open
wants to merge 7 commits into
base: 2.5-develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Change comments in integration test
  • Loading branch information
vlmed committed Feb 9, 2021
commit f75718bf1f80330636dc5b7376cb6b2bbf87212c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use PHPUnit\Framework\TestCase;

/**
* Testing data from the sales_sequence_profile table for default stores
* Test default created store views sales sequences prefix.
*/
class SequenceCreatorTest extends TestCase
{
Expand Down Expand Up @@ -73,7 +73,7 @@ protected function setUp(): void
}

/**
* Testing data from the sales_sequence_profile table for default stores
* Test prefix for default created store views.
*
* @param array $defaultStores
* @dataProvider defaultStoresDataProvider
Expand Down Expand Up @@ -101,7 +101,7 @@ public function testSalesSequenceProfileTableForDefaultStores(array $defaultStor
}

/**
* Default stores data provider
* Default store codes data provider
*
* @return array
*/
Expand Down