Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Aug 12, 2015
1 parent 905d4c0 commit 5504c5d
Show file tree
Hide file tree
Showing 15 changed files with 203 additions and 118 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
composer.lock
26 changes: 13 additions & 13 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
filter:
excluded_paths:
- tests/*
paths:
- src/*
excluded_paths:
- tests/*
tools:
php_code_sniffer:
config:
standard: "PSR2"
php_cs_fixer:
config: { level: psr2 }
checks:
php:
code_rating: true
duplication: true
build:
tests:
override:
-
command: 'phpunit --coverage-clover=tests/logs/clover.xml'
coverage:
file: 'tests/logs/clover.xml'
format: 'php-clover'
php:
code_rating: true
duplication: true
5 changes: 5 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
preset: psr2

finder:
exclude:
- tests
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: false
language: php
php:
- 5.5
Expand Down
Loading

0 comments on commit 5504c5d

Please sign in to comment.