Skip to content

Commit

Permalink
Update ErrorExceptionHandlerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Feb 4, 2024
1 parent 884c780 commit b754f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/exception-handler/tests/ErrorExceptionHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Hyperf\ExceptionHandler\Listener\ErrorExceptionHandler;
use Mockery;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\WithoutErrorHandler;
use PHPUnit\Framework\TestCase;

/**
Expand All @@ -30,7 +29,6 @@ protected function tearDown(): void
Mockery::close();
}

#[WithoutErrorHandler]
public function testHandleError()
{
$container = Mockery::mock(\Psr\Container\ContainerInterface::class);
Expand Down

0 comments on commit b754f82

Please sign in to comment.