Skip to content

Commit

Permalink
fix mongodb & yii tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 22, 2025
1 parent 990ed24 commit 64db5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integrations/MongoDB/V1_x/MongoDBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace DDTrace\Tests\Integrations\Mongo\V1_x;

include __DIR__ . '/../Latest/MongoDBTest.php';

class MongoDBTest extends \DDTrace\Tests\Integrations\Mongo\Latest\MongoDBTest
{
//
Expand Down
2 changes: 2 additions & 0 deletions tests/Integrations/Yii/V2_0_49/YiiDetailsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace DDTrace\Tests\Integrations\Yii\V2_0_49;

include __DIR__ . '/../Latest/YiiDetailsTest.php';

class LazyLoadingIntegrationsFromYiiTest extends \DDTrace\Tests\Integrations\Yii\Latest\LazyLoadingIntegrationsFromYiiTest
{
//
Expand Down

0 comments on commit 64db5bf

Please sign in to comment.