update: tests

This commit is contained in:
HDVinnie
2022-03-09 16:52:58 -05:00
parent c69d956ec6
commit 577c3ab236
4 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
+1
View File
@@ -24,6 +24,7 @@
<ini name="date.timezone" value="UTC" />
<ini name="intl.default_locale" value="C.UTF-8" />
<ini name="memory_limit" value="2048M" />
<ini name="display_errors" value="true"/>
<env name="DB_CONNECTION" value="testing" />
<env name="APP_ENV" value="testing"/>
<!--
@@ -17,8 +17,6 @@ class ForumCategoryControllerTest extends TestCase
/** @test */
public function show_category_returns_an_ok_response(): void
{
$this->markTestIncomplete('This test is incomplete');
$this->seed(UsersTableSeeder::class);
$this->seed(GroupsTableSeeder::class);
@@ -114,8 +114,6 @@ class ForumControllerTest extends TestCase
/** @test */
public function show_category_returns_an_ok_response(): void
{
$this->markTestIncomplete('This test is incomplete');
$this->seed(UsersTableSeeder::class);
$this->seed(GroupsTableSeeder::class);
@@ -153,8 +151,6 @@ class ForumControllerTest extends TestCase
/** @test */
public function show_forum_returns_an_ok_response(): void
{
$this->markTestIncomplete('This test is incomplete');
$this->seed(UsersTableSeeder::class);
$this->seed(GroupsTableSeeder::class);