Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Apr 12, 2017
1 parent 9163f00 commit 73d57d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
22 changes: 6 additions & 16 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,15 @@ settings:
memory_limit: 1024M
log: true

modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/_data/dump.sql

coverage:
enabled: true
remote: true
c3_url: 'http://zed.de.project.local'
whitelist: { include: ['src/Pyz/*.php'] }

env:
phantoman:
extensions:
enabled:
- Codeception\Extension\Phantoman
config:
Codeception\Extension\Phantoman:
suites: ['Acceptance', 'ZedPresentation']
extensions:
enabled:
- Codeception\Extension\Phantoman
config:
Codeception\Extension\Phantoman:
suites: ['Acceptance', 'Presentation']
4 changes: 2 additions & 2 deletions tests/_support/Module/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
use Orm\Zed\Customer\Persistence\SpyCustomerAddress;
use Orm\Zed\Customer\Persistence\SpyCustomerQuery;
use Pyz\Shared\Newsletter\NewsletterConstants;
use SprykerTest\Shared\Testify\Helper\DependencyHelperTrait;
use SprykerTest\Shared\Testify\Helper\LocatorHelperTrait;
use Spryker\Client\Session\SessionClient;
use Spryker\Zed\Customer\CustomerDependencyProvider;
use Spryker\Zed\Customer\Dependency\Facade\CustomerToMailBridge;
use Spryker\Zed\Mail\Business\MailFacadeInterface;
use Spryker\Zed\Newsletter\Business\NewsletterFacade;
use SprykerTest\Shared\Testify\Helper\DependencyHelperTrait;
use SprykerTest\Shared\Testify\Helper\LocatorHelperTrait;
use Symfony\Component\HttpFoundation\Session\Session;

class Customer extends Module
Expand Down

0 comments on commit 73d57d2

Please sign in to comment.