File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ $brands = $api->catalog()->brands()->getAll()->getBrands();
165165- Checking PHP style rules: ` composer run-script check-style `
166166- Auto fix code style rules: ` composer run-script fix-style `
167167
168+ If you do not have composer installed, you can use the docker version: ` docker run --rm -it -v $PWD:/app composer run-script check-style `
169+
168170### Writing Tests
169171
170172All tests are located in the _ tests_ folder in the namespace ` BigCommerce\Tests ` . The namespace should match the class
Original file line number Diff line number Diff line change 11### Fixes
22
3- - Fix invalid namespace in a test class (@AymericPlanche )
4- - Fix PHP compatibility issue in LegacyAPI class #90 (@AymericPlanche )
3+ - Add ` brand_name ` property to Product (Issue #99 , thanks @guillaume-sarramegna )
54
You can’t perform that action at this time.
0 commit comments