Skip to content

Commit

Permalink
Test enhancement for fix PSR-4 autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Jul 28, 2020
1 parent e966703 commit 08500bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
# Fail the Travis CI build on the first error.
- set -e
- mkdir -p build/logs
- php vendor/bin/phpcs --standard=PSR12 src
- php vendor/bin/phpcs --standard=PSR2 src
- php vendor/bin/phpcs --standard=PSR1 tests
- php vendor/bin/phpstan analyze --level max src
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"autoload-dev": {
"psr-4": { "PHPExperts\\Combinatorics\\Tests\\" : "tests/" }
},
"config": {
"classmap-authoritative": true
},
"scripts": {
"post-create-project-cmd": [
"php install.php"
Expand Down
File renamed without changes.

0 comments on commit 08500bf

Please sign in to comment.