File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ $finder = PhpCsFixer\Finder::create()
15
15
->exclude ('var ' )
16
16
->exclude ('public/bundles ' )
17
17
->exclude ('public/build ' )
18
+ ->exclude ('tests ' ) // Codeception & Symfony coding standards are different
18
19
;
19
20
20
21
return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff line change @@ -26,9 +26,11 @@ before_install:
26
26
install :
27
27
- composer install
28
28
- ./vendor/bin/simple-phpunit install
29
+ - ./vendor/bin/codecept build
29
30
30
31
script :
31
32
- ./vendor/bin/simple-phpunit
33
+ - ./vendor/bin/codecept run
32
34
# this checks that the source code follows the Symfony Code Syntax rules
33
35
- ' [[ "$TRAVIS_PHP_VERSION" == "nightly" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
34
36
# this checks that the YAML config files contain no syntax errors
You can’t perform that action at this time.
0 commit comments