Skip to content

Commit a993cba

Browse files
committed
remove debugging "echo"
1 parent 0657731 commit a993cba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Http/Controllers/PublicWikiControllerTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ public function testShowEagerLoadsWikiLatestProfileForResource(): void {
3535
}
3636

3737
public function testIndexEagerLoadsWikiLatestProfileOnceForCollection(): void {
38-
$n = rand(3, 100);
39-
echo $n;
40-
for ($i = 1; $i <= $n; $i++) {
38+
for ($i = 1; $i <= rand(3, 100); $i++) {
4139
$wiki = Wiki::factory()->create([
4240
'domain' => 'index-eager-load-test-' . $i . '.wikibase.cloud',
4341
'sitename' => 'Index Eager Load Test Site ' . $i,

0 commit comments

Comments
 (0)