Skip to content

Commit 30bc768

Browse files
authored
Merge pull request #104 from systeminc/analysis-qrEAl3
Apply fixes from StyleCI
2 parents 39d0be1 + 47e653f commit 30bc768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/ModelsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ public function testFillablefieldsProductModel()
151151
{
152152
$product = new Product();
153153

154-
$this->assertArraySubset(['product_category_id', 'brand_id', 'title', 'slug', 'excerpt', 'description', 'long_description', 'thumb', 'image', 'animation', 'video', 'pdf', 'gallery_id', 'price', 'shipment_price', 'menu_order', 'visible', 'featured', 'stock', 'sku', 'seo_title', 'seo_description', 'seo_keywords',], $product->getFillable());
154+
$this->assertArraySubset(['product_category_id', 'brand_id', 'title', 'slug', 'excerpt', 'description', 'long_description', 'thumb', 'image', 'animation', 'video', 'pdf', 'gallery_id', 'price', 'shipment_price', 'menu_order', 'visible', 'featured', 'stock', 'sku', 'seo_title', 'seo_description', 'seo_keywords'], $product->getFillable());
155155
}
156156

157157
public function testFillablefieldsProductCategoryModel()
158158
{
159159
$product_category = new ProductCategory();
160160

161-
$this->assertArraySubset(['title', 'subtitle', 'thumb', 'image', 'excerpt', 'description', 'menu_order', 'slug', 'seo_title', 'seo_description', 'seo_keywords',], $product_category->getFillable());
161+
$this->assertArraySubset(['title', 'subtitle', 'thumb', 'image', 'excerpt', 'description', 'menu_order', 'slug', 'seo_title', 'seo_description', 'seo_keywords'], $product_category->getFillable());
162162
}
163163

164164
public function testFillablefieldsProductCommentModel()

0 commit comments

Comments
 (0)