Skip to content

Commit

Permalink
BUGFIX: Use correct namespace for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tweis committed Feb 8, 2023
1 parent 2c973fa commit 46b65ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Unit/Scope/ScopeProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace Netlogix\Sentry\Tests\Functional\Scope;
namespace Netlogix\Sentry\Tests\Unit\Scope;

use Exception;
use Neos\Flow\ObjectManagement\ObjectManagerInterface;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Scope/User/FlowAccountTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

namespace Netlogix\Sentry\Tests\Functional\Scope\User;
namespace Netlogix\Sentry\Tests\Unit\Scope\User;

use Neos\Flow\Security\Account;
use Neos\Flow\Security\Context;
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@
"neos": {
"package-key": "Netlogix.Sentry"
}
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true
}
},
"require-dev": {
"neos/behat": "@dev"
}
}

0 comments on commit 46b65ae

Please sign in to comment.