Esempio n. 1
0
 public function testCantChainRange()
 {
     $this->setExpectedException('Exception');
     Arr::from($this->arrayNumbers)->range(5);
 }