From f23fd2132751049dc23cc86ed6d455b5084d64b3 Mon Sep 17 00:00:00 2001 From: Darryn Ten Date: Wed, 30 Oct 2019 16:29:27 +0700 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index abe413a..719d4f1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ There are some traits you can use in your test case (including original ones in * `AlbertCht\Lumen\Testing\Concerns\RefreshDatabase` * `AlbertCht\Lumen\Testing\Concerns\WithFaker` * `AlbertCht\Lumen\Testing\Concerns\InteractsWithRedis` +* `AlbertCht\Lumen\Testing\Concerns\InteractsWithConsole` +* `AlbertCht\Lumen\Testing\Concerns\InteractsWithContainer` * `Laravel\Lumen\Testing\DatabaseMigrations` * `Laravel\Lumen\Testing\DatabaseTransactions` * `Laravel\Lumen\Testing\WithoutMiddleware`