Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdxbt committed Sep 23, 2023
1 parent e4073a2 commit 636467d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tests/MemberControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Modules\Core\Tests;

class MemberControllerTest extends \Modules\Core\Tests\TestCase
class MemberControllerTest extends TestCase
{
public function testCreate(): void
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ protected function defineEnvironment($app): void
'database' => ':memory:',
'prefix' => '',
]);

config()->set('app.debug', true);
}

protected function defineRoutes($router): void
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"require": {
"php": "^8.1",
"guanguans/laravel-exception-notify": "^2.16",
"jiannei/laravel-response": "^5.2",
"laravel/framework": "^10.10"
},
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_DEBUG" value="true"/>
</php>
</phpunit>

0 comments on commit 636467d

Please sign in to comment.