Skip to content

Commit cde3e91

Browse files
committed
Fix namespace name not matching PSR-4 project structure
1 parent 2ab21d9 commit cde3e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/RequestFetcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Sentry\SentryBundle\Test\Integration;
5+
namespace Sentry\SentryBundle\Tests\Integration;
66

77
use GuzzleHttp\Psr7\ServerRequest;
88
use PHPUnit\Framework\MockObject\MockObject;

0 commit comments

Comments
 (0)