We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e4ea9 commit af7463eCopy full SHA for af7463e
1 file changed
tests/Jobs/PlatformStatsSummaryJobTest.php
@@ -34,17 +34,6 @@ protected function setUp(): void {
34
$this->users = [];
35
}
36
37
- protected function tearDown(): void {
38
- foreach ($this->wikis as $wiki) {
39
- $wiki->wikiDb()->forceDelete();
40
- $wiki->forceDelete();
41
- }
42
- foreach ($this->users as $user) {
43
- $user->forceDelete();
44
45
- parent::tearDown();
46
47
-
48
private function seedWikis() {
49
$manager = $this->app->make('db');
50
for($n = 0; $n < $this->numWikis; $n++ ) {
0 commit comments