We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd4366 commit 4f2ee25Copy full SHA for 4f2ee25
1 file changed
tests/Unit/Util/OrphansTest.php
@@ -33,7 +33,7 @@ static function getSampling($response) {
33
34
function testOrphansRemovalWithAgentSampling()
35
{
36
- \DDTrace\trace_method("DDTrace\Tests\Unit\Util\CommonTest", "foo", function (\DDTrace\SpanData $span) {
+ \DDTrace\trace_method(self::class, "foo", function (\DDTrace\SpanData $span) {
37
Common::handleOrphan($span);
38
});
39
0 commit comments