File tree 3 files changed +12
-3
lines changed
tests/Integrations/Yii/V2_0_49
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
namespace DDTrace \Tests \Integrations \Yii \V2_0_49 ;
4
4
class ModuleTest extends \DDTrace \Tests \Integrations \Yii \Latest \ModuleTest
5
5
{
6
- //
6
+ public static function getAppIndexScript ()
7
+ {
8
+ return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php ' ;
9
+ }
7
10
}
Original file line number Diff line number Diff line change 4
4
5
5
class ParameterizedRouteTest extends \DDTrace \Tests \Integrations \Yii \Latest \ParameterizedRouteTest
6
6
{
7
- //
7
+ public static function getAppIndexScript ()
8
+ {
9
+ return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php ' ;
10
+ }
8
11
}
Original file line number Diff line number Diff line change 6
6
7
7
class LazyLoadingIntegrationsFromYiiTest extends \DDTrace \Tests \Integrations \Yii \Latest \LazyLoadingIntegrationsFromYiiTest
8
8
{
9
- //
9
+ public static function getAppIndexScript ()
10
+ {
11
+ return __DIR__ . '/../../../Frameworks/Yii/Version_2_0_49/web/index.php ' ;
12
+ }
10
13
}
You can’t perform that action at this time.
0 commit comments