Skip to content

Commit af7463e

Browse files
author
Frederik Ring
committed
test: remove teardown
1 parent 78e4ea9 commit af7463e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/Jobs/PlatformStatsSummaryJobTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ protected function setUp(): void {
3434
$this->users = [];
3535
}
3636

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-
4837
private function seedWikis() {
4938
$manager = $this->app->make('db');
5039
for($n = 0; $n < $this->numWikis; $n++ ) {

0 commit comments

Comments
 (0)