Skip to content

Commit

Permalink
Add market_category
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Knyazkin committed Dec 26, 2017
1 parent 449a7db commit e6dc418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AbstractGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ private function createOffers()
->setCountryOfOrigin('Украина')
->setDownloadable($this->faker->boolean)
->setAdult($this->faker->boolean)
->setMarketCategory($this->faker->word)
;
}

Expand Down

0 comments on commit e6dc418

Please sign in to comment.