Skip to content

Commit 08500bf

Browse files
committed
Test enhancement for fix PSR-4 autoloading
1 parent e966703 commit 08500bf

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script:
1616
# Fail the Travis CI build on the first error.
1717
- set -e
1818
- mkdir -p build/logs
19-
- php vendor/bin/phpcs --standard=PSR12 src
19+
- php vendor/bin/phpcs --standard=PSR2 src
2020
- php vendor/bin/phpcs --standard=PSR1 tests
2121
- php vendor/bin/phpstan analyze --level max src
2222
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"autoload-dev": {
3838
"psr-4": { "PHPExperts\\Combinatorics\\Tests\\" : "tests/" }
3939
},
40-
"config": {
41-
"classmap-authoritative": true
42-
},
4340
"scripts": {
4441
"post-create-project-cmd": [
4542
"php install.php"
File renamed without changes.

0 commit comments

Comments
 (0)