Skip to content

Commit 93065f1

Browse files
committed
fix yii path
1 parent e342923 commit 93065f1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

tests/Integrations/Yii/V2_0_49/ModuleTest.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
namespace DDTrace\Tests\Integrations\Yii\V2_0_49;
44
class ModuleTest extends \DDTrace\Tests\Integrations\Yii\Latest\ModuleTest
55
{
6-
//
6+
public static function getAppIndexScript()
7+
{
8+
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php';
9+
}
710
}

tests/Integrations/Yii/V2_0_49/ParameterizedRouteTest.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44

55
class ParameterizedRouteTest extends \DDTrace\Tests\Integrations\Yii\Latest\ParameterizedRouteTest
66
{
7-
//
7+
public static function getAppIndexScript()
8+
{
9+
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php';
10+
}
811
}

tests/Integrations/Yii/V2_0_49/YiiDetailsTest.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
class LazyLoadingIntegrationsFromYiiTest extends \DDTrace\Tests\Integrations\Yii\Latest\LazyLoadingIntegrationsFromYiiTest
88
{
9-
//
9+
public static function getAppIndexScript()
10+
{
11+
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php';
12+
}
1013
}

0 commit comments

Comments
 (0)