File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^8.5 || ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
21- "php-http/client-integration-tests" : " ^3.0" ,
21+ "php-http/client-integration-tests" : " ^3.0 || 3.x-dev " ,
2222 "phpspec/prophecy-phpunit" : " ^2.0" ,
2323 "php-http/message-factory" : " ^1.1"
2424 },
Original file line number Diff line number Diff line change 1111use Http \Client \Exception \NetworkException ;
1212use Http \Client \Exception \RequestException ;
1313use Http \Client \Exception \TransferException ;
14+ use PHPUnit \Framework \Attributes \DataProvider ;
1415use PHPUnit \Framework \TestCase ;
1516use Psr \Http \Message \RequestInterface ;
1617use Psr \Http \Message \ResponseInterface ;
@@ -24,7 +25,7 @@ final class PromiseExceptionTest extends TestCase
2425 /**
2526 * @dataProvider exceptionThatIsThrownForGuzzleExceptionProvider
2627 */
27- ## [DataProvider('exceptionThatIsThrownForGuzzleExceptionProvider')]
28+ #[DataProvider('exceptionThatIsThrownForGuzzleExceptionProvider ' )]
2829 public function testExceptionThatIsThrownForGuzzleException (
2930 RequestInterface $ request ,
3031 $ reason ,
You can’t perform that action at this time.
0 commit comments