File tree Expand file tree Collapse file tree 10 files changed +9
-11
lines changed
Expand file tree Collapse file tree 10 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1010 <directory name =" src" />
1111 <ignoreFiles >
1212 <directory name =" vendor" />
13- <file name =" src/Util/ClockMock.php" />
1413 </ignoreFiles >
1514 </projectFiles >
1615
Original file line number Diff line number Diff line change 66
77use PHPUnit \Framework \TestCase ;
88use Sentry \Breadcrumb ;
9- use Sentry \Util \ClockMock ;
9+ use Sentry \Tests \ TestUtil \ClockMock ;
1010
1111final class BreadcrumbTest extends TestCase
1212{
Original file line number Diff line number Diff line change 1111use Sentry \Options ;
1212use Sentry \SentrySdk ;
1313use Sentry \State \Hub ;
14+ use Sentry \Tests \TestUtil \ClockMock ;
1415use Sentry \Tracing \SpanContext ;
1516use Sentry \Tracing \TransactionContext ;
16- use Sentry \Util \ClockMock ;
1717
1818use function Sentry \metrics ;
1919
Original file line number Diff line number Diff line change 2828use Sentry \Serializer \PayloadSerializer ;
2929use Sentry \Severity ;
3030use Sentry \Stacktrace ;
31+ use Sentry \Tests \TestUtil \ClockMock ;
3132use Sentry \Tracing \DynamicSamplingContext ;
3233use Sentry \Tracing \Span ;
3334use Sentry \Tracing \SpanId ;
3637use Sentry \Tracing \TransactionMetadata ;
3738use Sentry \Unit ;
3839use Sentry \UserDataBag ;
39- use Sentry \Util \ClockMock ;
4040use Sentry \Util \SentryUid ;
4141
4242/**
Original file line number Diff line number Diff line change 2626 * THE SOFTWARE.
2727 */
2828
29- namespace Sentry \Util ;
29+ namespace Sentry \Tests \ TestUtil ;
3030
3131/**
3232 * @author Nicolas Grekas <p@tchwork.com>
Original file line number Diff line number Diff line change 55namespace Sentry \Tests \Tracing ;
66
77use PHPUnit \Framework \TestCase ;
8+ use Sentry \Tests \TestUtil \ClockMock ;
89use Sentry \Tracing \Span ;
910use Sentry \Tracing \SpanContext ;
1011use Sentry \Tracing \SpanId ;
1112use Sentry \Tracing \TraceId ;
1213use Sentry \Tracing \Transaction ;
1314use Sentry \Tracing \TransactionContext ;
14- use Sentry \Util \ClockMock ;
1515
1616/**
1717 * @group time-sensitive
Original file line number Diff line number Diff line change 1212use Sentry \Options ;
1313use Sentry \State \Hub ;
1414use Sentry \State \HubInterface ;
15- use Sentry \Tracing \ Span ;
15+ use Sentry \Tests \ TestUtil \ ClockMock ;
1616use Sentry \Tracing \SpanContext ;
1717use Sentry \Tracing \Transaction ;
1818use Sentry \Tracing \TransactionContext ;
19- use Sentry \Util \ClockMock ;
2019
2120/**
2221 * @group time-sensitive
Original file line number Diff line number Diff line change 1414use Sentry \Options ;
1515use Sentry \Profiling \Profile ;
1616use Sentry \Serializer \PayloadSerializerInterface ;
17+ use Sentry \Tests \TestUtil \ClockMock ;
1718use Sentry \Transport \HttpTransport ;
1819use Sentry \Transport \ResultStatus ;
19- use Sentry \Util \ClockMock ;
2020
2121final class HttpTransportTest extends TestCase
2222{
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \TestCase ;
88use Sentry \EventType ;
99use Sentry \HttpClient \Response ;
10+ use Sentry \Tests \TestUtil \ClockMock ;
1011use Sentry \Transport \RateLimiter ;
11- use Sentry \Util \ClockMock ;
1212
1313/**
1414 * @group time-sensitive
Original file line number Diff line number Diff line change 55use Sentry \Breadcrumb ;
66use Sentry \Event ;
77use Sentry \Metrics \Metrics ;
8+ use Sentry \Tests \TestUtil \ClockMock ;
89use Sentry \Tracing \Span ;
910use Sentry \Transport \RateLimiter ;
10- use Sentry \Util \ClockMock ;
1111
1212require_once __DIR__ . '/../vendor/autoload.php ' ;
1313
You can’t perform that action at this time.
0 commit comments