コード例 #1
0
ファイル: ArrTest.php プロジェクト: laradic/support
 public function testCantChainRange()
 {
     $this->setExpectedException('Exception');
     Arr::from($this->arrayNumbers)->range(5);
 }