Skip to content

Commit

Permalink
fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jul 15, 2023
1 parent c38848b commit 4c4ccc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
TEST_PROJECT_ROOT_DIR: "${{ github.workspace }}"

PIMCORE_CODECEPTION_FRAMEWORK: "${{ github.workspace }}/pimcore-codeception-framework"
PIMCORE_CODECEPTION_VERSION: "2.0"
PIMCORE_CODECEPTION_VERSION: "3.0"

APP_ENV: test
PIMCORE_TEST_DB_DSN: "mysql://root:[email protected]:3306/dachcom_bundle_test"
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/Admin/ObjectConnectorCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DachcomBundle\Test\Support\Functional\Admin;

use DachcomBundle\Test\FunctionalTester;
use DachcomBundle\Test\Support\FunctionalTester;

class ObjectConnectorCest
{
Expand Down

0 comments on commit 4c4ccc8

Please sign in to comment.