Skip to content

Commit

Permalink
fix mongodb namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 22, 2025
1 parent 4ba0a8f commit 0455221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ TEST_WEB_71 := \
test_web_lumen_56 \
test_web_lumen_58 \
test_web_nette_24 \
test_web_nette_31 \
test_web_slim_312 \
test_web_symfony_23 \
test_web_symfony_28 \
Expand Down
4 changes: 1 addition & 3 deletions tests/Integrations/MongoDB/Latest/MongoDBTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?php

namespace DDTrace\Tests\Integrations\Mongo\Latest;
namespace DDTrace\Tests\Integrations\MongoDB\Latest;

use DDTrace\Tag;
use DDTrace\Tests\Common\IntegrationTestCase;
use DDTrace\Tests\Common\SpanAssertion;
use DDTrace\Tests\Integrations\Mongo\Utils\AnObject;
use DDTrace\Tests\Integrations\Mongo\Utils\AQuery;
use Exception;
use MongoDB\Client;
use stdClass;
Expand Down
2 changes: 1 addition & 1 deletion tests/Integrations/MongoDB/Utils.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace DDTrace\Tests\Integrations\Mongo\Utils;
namespace DDTrace\Tests\Integrations\MongoDB;

class AQuery
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Integrations/MongoDB/V1_x/MongoDBTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace DDTrace\Tests\Integrations\Mongo\V1_x;
namespace DDTrace\Tests\Integrations\MongoDB\V1_x;

class MongoDBTest extends \DDTrace\Tests\Integrations\Mongo\Latest\MongoDBTest
class MongoDBTest extends \DDTrace\Tests\Integrations\MongoDB\Latest\MongoDBTest
{
//
}

0 comments on commit 0455221

Please sign in to comment.