Pinq\Tests\Integration\Collection\RemoveRangeTest::testThatInvalidValueThrowsExceptionWhenCallingRemoveRange PHP Метод

testThatInvalidValueThrowsExceptionWhenCallingRemoveRange() публичный Метод

public testThatInvalidValueThrowsExceptionWhenCallingRemoveRange ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array
    public function testThatInvalidValueThrowsExceptionWhenCallingRemoveRange(\Pinq\ICollection $collection, array $data)
    {
        $collection->removeRange(1);
    }