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