We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ca2b1 commit 474d99bCopy full SHA for 474d99b
tests/Controller/BatchesControllerTest.php
@@ -58,7 +58,7 @@ public function test_search_supports_cursor_pagination()
58
$this->setupBatchTable();
59
60
for ($i = 1; $i <= 3; $i++) {
61
- $this->insertBatch("batch-{$i}", 'Import Chunk ' . $i);
+ $this->insertBatch("batch-{$i}", 'Import Chunk '.$i);
62
}
63
64
$response = $this->actingAs(new Fakes\User)
0 commit comments