Skip to content

Commit db2e2cc

Browse files
committed
CodeProviderTest 주석
1 parent e744bcc commit db2e2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CodeProviderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Getsolaris\LaravelTossPayments\tests;
44

55
use Getsolaris\LaravelTossPayments\Enums\CodeProvider;
6+
use Getsolaris\LaravelTossPayments\Exceptions\InvalidInputTargetCodeException;
67
use LogicException;
78
use PHPUnit\Framework\TestCase;
89

@@ -16,7 +17,7 @@ class CodeProviderTest extends TestCase
1617
* CodeProvider 클래스를 직접 호출하는 경우 예외처리
1718
*
1819
* @throws \ReflectionException
19-
* @throws InvalidInputTargetCodeException
20+
* @throws \LogicException|InvalidInputTargetCodeException
2021
*/
2122
public function testCodeProvider(): void
2223
{

0 commit comments

Comments
 (0)