diff --git a/tests/TestCase.php b/tests/TestCase.php index fd5c356..4a56888 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -138,6 +138,7 @@ function ($table) { $table->integer('user_id')->unsigned(); $table->text('body'); $table->timestamps(); + $table->softDeletes(); } ); }