We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d3483 commit b10d656Copy full SHA for b10d656
.gitignore
@@ -2,7 +2,9 @@ vendor
2
build
3
#A library must not provide a composer.lock file
4
composer.lock
5
-# Behat demo app var directory
6
-features/demo_app/var
+
+# Demo app excluded dirs
7
+features/demo_app/var/
8
9
#Phpunit
10
.phpunit.result.cache
.scrutinizer.yml
@@ -41,7 +41,6 @@ build:
41
variables:
42
CI: 'true'
43
TEST_OUTPUT_STYLE: 'pretty'
44
- COMPOSER_OPTIONS: '--optimize-autoloader'
45
COVERAGE_OUTPUT_STYLE: 'clover'
46
COVERAGE_CLOVER_FILE_PATH: 'build/coverage/clover.xml'
47
PHPCS_DISABLE_WARNING: 'true'
0 commit comments