Skip to content

Commit

Permalink
Fixed Application tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Lymarenko committed Apr 23, 2022
1 parent e736a5b commit bc633da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/PyzTest/Yves/Application/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ coverage:

suites:
Presentation:
path: .
class_name: ApplicationControllerTester
path: Presentation
class_name: ApplicationPresentationTester
modules:
enabled:
- Asserts
- \PyzTest\Shared\Testify\Helper\YvesBootstrap
- \PyzTest\Shared\Testify\Helper\Environment
- \SprykerTest\Shared\Testify\Helper\ConfigHelper
- \SprykerTest\Shared\Testify\Helper\LocatorHelper:
projectNamespaces: ['Pyz']
projectNamespaces: ['Pyz']
- \SprykerTest\Shared\Testify\Helper\DependencyHelper
- \SprykerTest\Shared\Propel\Helper\TransactionHelper

0 comments on commit bc633da

Please sign in to comment.