1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Tests: DB tables no longer need to be truncated

This commit is contained in:
Franz Liedke
2020-05-19 23:37:41 +02:00
committed by Alexander Skvortsov
parent 843a149b80
commit a47187462d
6 changed files with 0 additions and 22 deletions

View File

@@ -25,7 +25,6 @@ class CreateTest extends TestCase
'discussions' => [
['id' => 1, 'title' => __CLASS__, 'created_at' => Carbon::now()->toDateTimeString(), 'user_id' => 2],
],
'posts' => [],
'users' => [
$this->normalUser(),
],