mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-06 19:20:25 -05:00
update: tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user