File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+
3
+ orbs :
4
+ ci : bigcommerce/internal@volatile
5
+ php : bigcommerce/internal-php@volatile
6
+
7
+ workflows :
8
+ version : 2
9
+ full :
10
+ jobs :
11
+ - php/phpunit-tests :
12
+ configuration : " phpunit.xml.dist"
13
+ matrix :
14
+ parameters :
15
+ php-version : [ "8.0", "8.1", "8.2" ]
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ public function testGettingProductImagesReturnsCollectionOfProductImages()
437
437
{
438
438
$ this ->connection ->expects ($ this ->once ())
439
439
->method ('get ' )
440
- ->with ($ this ->basePath . '/products/1/images/ ' , false )
440
+ ->with ($ this ->basePath . '/products/1/images ' , false )
441
441
->will ($ this ->returnValue (array (array (), array ())));
442
442
443
443
$ collection = Client::getProductImages (1 );
You can’t perform that action at this time.
0 commit comments