We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2077e1b commit 294624fCopy full SHA for 294624f
1 file changed
tests/Jobs/PlatformStatsSummaryJobTest.php
@@ -30,7 +30,6 @@ protected function setUp(): void {
30
for($n = 0; $n < $this->numWikis; $n++ ) {
31
DB::connection('mysql')->getPdo()->exec("DROP DATABASE IF EXISTS {$this->db_name}{$n};");
32
}
33
- $this->seedWikis();
34
35
36
protected function tearDown(): void {
@@ -63,6 +62,7 @@ private function seedWikis() {
63
62
64
public function testQueryGetsStats()
65
{
+ $this->seedWikis();
66
$mockJob = $this->createMock(Job::class);
67
$mockJob->expects($this->never())->method('fail');
68
@@ -74,6 +74,7 @@ public function testQueryGetsStats()
74
75
public function testGroupings()
76
77
78
79
80
0 commit comments