Пример #1
0
 /**
  * Should give the underlying product images.
  */
 public function testPassesImages()
 {
     $images = ['foo image'];
     $this->mockModelAttribute('images', $images);
     $this->assertSame($images, $this->productPresenter->images());
 }