Skip to content

Commit

Permalink
Setup Yii latest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 17, 2025
1 parent 029a91f commit acf1d0c
Show file tree
Hide file tree
Showing 79 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ TEST_WEB_70 := \
test_web_symfony_30 \
test_web_symfony_33 \
test_web_symfony_34 \
test_web_yii_2 \
test_web_yii_latest \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
Expand Down Expand Up @@ -629,7 +629,7 @@ TEST_WEB_71 := \
test_web_symfony_34 \
test_web_symfony_40 \
test_web_symfony_42 \
test_web_yii_2 \
test_web_yii_latest \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
Expand Down Expand Up @@ -691,7 +691,7 @@ TEST_WEB_72 := \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
test_web_yii_2 \
test_web_yii_latest \
test_web_zend_1 \
test_web_custom

Expand Down Expand Up @@ -749,7 +749,7 @@ TEST_WEB_73 := \
test_web_wordpress_48 \
test_web_wordpress_55 \
test_web_wordpress_61 \
test_web_yii_2 \
test_web_yii_latest \
test_web_zend_1 \
test_web_custom

Expand Down Expand Up @@ -812,7 +812,7 @@ TEST_WEB_74 := \
test_web_wordpress_55 \
test_web_wordpress_59 \
test_web_wordpress_61 \
test_web_yii_2 \
test_web_yii_latest \
test_web_zend_1 \
test_web_custom

Expand Down Expand Up @@ -868,7 +868,7 @@ TEST_WEB_80 := \
test_web_symfony_52 \
test_web_wordpress_59 \
test_web_wordpress_61 \
test_web_yii_2 \
test_web_yii_latest \
test_web_zend_1_21 \
test_web_custom

Expand Down Expand Up @@ -925,7 +925,7 @@ TEST_WEB_81 := \
test_web_wordpress_61 \
test_web_custom \
test_web_zend_1_21
# test_web_yii_2 \
# test_web_yii_latest \
TEST_INTEGRATIONS_82 := \
test_integrations_amqp2 \
Expand Down Expand Up @@ -988,7 +988,7 @@ TEST_WEB_82 := \
test_web_wordpress_61 \
test_web_custom \
test_web_zend_1_21
# test_web_yii_2 \
# test_web_yii_latest \
TEST_INTEGRATIONS_83 := \
test_integrations_amqp2 \
Expand Down Expand Up @@ -1403,8 +1403,8 @@ test_web_wordpress_59: global_test_run_dependencies
$(call run_tests_debug,tests/Integrations/WordPress/V5_9)
test_web_wordpress_61: global_test_run_dependencies
$(call run_tests_debug,tests/Integrations/WordPress/V6_1)
test_web_yii_2: global_test_run_dependencies tests/Frameworks/Yii/Version_2_0/composer.lock-php$(PHP_MAJOR_MINOR)
$(call run_tests_debug,tests/Integrations/Yii/V2_0)
test_web_yii_latest: global_test_run_dependencies tests/Frameworks/Yii/Latest/composer.lock-php$(PHP_MAJOR_MINOR)
$(call run_tests_debug,tests/Integrations/Yii/Latest)
test_web_magento_23: global_test_run_dependencies tests/Frameworks/Magento/Version_2_3/composer.lock-php$(PHP_MAJOR_MINOR)
$(call run_tests_debug,tests/Integrations/Magento/V2_3)
test_web_magento_24: global_test_run_dependencies tests/Frameworks/Magento/Version_2_4/composer.lock-php$(PHP_MAJOR_MINOR)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DDTrace\Tests\Integrations\Yii\V2_0;
namespace DDTrace\Tests\Integrations\Yii\Latest;

use DDTrace\Tag;
use DDTrace\Tests\Common\SpanAssertion;
Expand All @@ -12,7 +12,7 @@ final class CommonScenariosTest extends WebFrameworkTestCase
{
public static function getAppIndexScript()
{
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0/web/index.php';
return __DIR__ . '/../../../Frameworks/Yii/Latest/web/index.php';
}

protected static function getEnvs()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DDTrace\Tests\Integrations\Yii\V2_0;
namespace DDTrace\Tests\Integrations\Yii\Latest;

use DDTrace\Tag;
use DDTrace\Tests\Common\SpanAssertion;
Expand All @@ -12,7 +12,7 @@ class ModuleTest extends WebFrameworkTestCase
{
public static function getAppIndexScript()
{
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0/web/index.php';
return __DIR__ . '/../../../Frameworks/Yii/Latest/web/index.php';
}

protected static function getEnvs()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DDTrace\Tests\Integrations\Yii\V2_0;
namespace DDTrace\Tests\Integrations\Yii\Latest;

use DDTrace\Tag;
use DDTrace\Tests\Common\SpanAssertion;
Expand All @@ -12,7 +12,7 @@ class ParameterizedRouteTest extends WebFrameworkTestCase
{
public static function getAppIndexScript()
{
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0/web/index.php';
return __DIR__ . '/../../../Frameworks/Yii/Latest/web/index.php';
}

protected static function getEnvs()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DDTrace\Tests\Integrations\Yii\V2_0;
namespace DDTrace\Tests\Integrations\Yii\Latest;

use DDTrace\Tag;
use DDTrace\Tests\Common\SpanAssertion;
Expand All @@ -12,7 +12,7 @@ class LazyLoadingIntegrationsFromYiiTest extends WebFrameworkTestCase
{
public static function getAppIndexScript()
{
return __DIR__ . '/../../../Frameworks/Yii/Version_2_0/web/index.php';
return __DIR__ . '/../../../Frameworks/Yii/Latest/web/index.php';
}

protected static function getEnvs()
Expand Down

0 comments on commit acf1d0c

Please sign in to comment.