Example #1
0
 public function testConstructorCanSetTheStrategy()
 {
     $collection = new Collection([], $this->strategy);
     $this->assertSame($this->strategy, $collection->getSelectionStrategy());
 }