We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6fd49 commit e5e63a3Copy full SHA for e5e63a3
tests/system/Models/MiscellaneousModelTest.php
@@ -116,7 +116,7 @@ public function testChunkRowsThrowsOnZeroSize(): void
116
$this->expectException(InvalidArgumentException::class);
117
$this->expectExceptionMessage('$size must be a positive integer.');
118
119
- $this->createModel(UserModel::class)->chunkRows(0, static function ($row): void {});;
+ $this->createModel(UserModel::class)->chunkRows(0, static function ($row): void {});
120
}
121
122
public function testChunkRowsThrowsOnNegativeSize(): void
0 commit comments