Exemplo n.º 1
0
 /**
  * @param array $fixtures
  */
 public function __construct(array $fixtures = [])
 {
     $this->fixtures = Map::fromArray($fixtures);
 }