Skip to content

Commit 64db5bf

Browse files
committed
fix mongodb & yii tests
1 parent 990ed24 commit 64db5bf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/Integrations/MongoDB/V1_x/MongoDBTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace DDTrace\Tests\Integrations\Mongo\V1_x;
44

5+
include __DIR__ . '/../Latest/MongoDBTest.php';
6+
57
class MongoDBTest extends \DDTrace\Tests\Integrations\Mongo\Latest\MongoDBTest
68
{
79
//

tests/Integrations/Yii/V2_0_49/YiiDetailsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace DDTrace\Tests\Integrations\Yii\V2_0_49;
44

5+
include __DIR__ . '/../Latest/YiiDetailsTest.php';
6+
57
class LazyLoadingIntegrationsFromYiiTest extends \DDTrace\Tests\Integrations\Yii\Latest\LazyLoadingIntegrationsFromYiiTest
68
{
79
//

0 commit comments

Comments
 (0)