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();
165
165
- Checking PHP style rules: ` composer run-script check-style `
166
166
- Auto fix code style rules: ` composer run-script fix-style `
167
167
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
+
168
170
### Writing Tests
169
171
170
172
All 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 1
1
### Fixes
2
2
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 )
5
4
You can’t perform that action at this time.
0 commit comments