-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
grossmannmartin
commented
Dec 11, 2018
Q | A |
---|---|
Description, reason for the PR | Keep demoshop upgraded with newest version of Framework |
New feature | No |
BC breaks | No |
Fixes issues | - |
Standards and tests pass | Yes |
Have you read and signed our License Agreement for contributions? | Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @grossmannmartin, good job 👍 I have added a few notes so please check them out 🙂
As I mentioned in some of the notes, I think it would be nice to link the original pull requests in the commit messages where it makes sense. I could help with understanding the changes in the project.
tests/ShopBundle/Functional/Component/Doctrine/GroupedScalarHydratorTest.php
Show resolved
Hide resolved
tests/ShopBundle/Functional/Model/Cart/Watcher/CartWatcherServiceTest.php
Show resolved
Hide resolved
tests/ShopBundle/Functional/Model/Pricing/InputPriceRecalculationSchedulerTest.php
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, the fixes are ok with me 👍 Let me know after the commit messages are improved 🙂
b192f6a
to
699baa8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @grossmannmartin, all the changes are now ok with me 👍 After the tests are done, you can move the task to business validation 🎉
- Class DatabaseTestCase was renamed to TransactionFunctionalTestCase (see shopsys/shopsys#541)
- added missing @param and @return annotations through the whole codebase - see shopsys/shopsys#573
- new OrderItemsType for displaying table for order items management - new DisplayOnlyCustomerType for displaying information about Customer - see shopsys/shopsys#576
…, rename) - remove db-fixtures-demo-multidomain and test-db-fixtures-demo-multidomain and their usages - switch dependency order of db-demo to ...,create-domains-data,db-fixtures-demo-singledomain,... - switch dependency order of test-db-demo to ...,test-create-domains-data,test-db-fixtures-demo-singledomain,... - change db-fixtures-demo-singledomain and test-db-fixtures-demo-singledomain command to <arg value="doctrine:fixtures:load" /> as command shopsys:fixtures:load doesn't exist anymore and remove --fixtures argument - rename db-fixtures-demo-singledomain to db-fixtures-demo - rename test-db-fixtures-demo-singledomain to test-db-fixtures-demo
- there is no need to extend twig template anymore - see shopsys/shopsys#576
- overriden data fixtures can be loaded before original, resulting in unwanted data and block loading of original data fixtures fix this problem - see shopsys/shopsys#568
03b0e7a
to
7bd9248
Compare
9e8da3a
to
8d77412
Compare