public function __construct()
 {
     parent::__construct(ThumbRequest::class);
 }
Exemplo n.º 2
0
 /** @test */
 public function shouldGetCollectionObjectType()
 {
     $this->assertSame($this->collectionObjectType, $this->collection->getObjectType());
 }