Skip to content

Commit

Permalink
Master-v2 (#1)
Browse files Browse the repository at this point in the history
- Reimplemented validator
- Added test coverage to PHPUnit
- Log failing test error in order to know where the error is
- Updated Travis test script
- Added composer.lock file to gitignore
- Removed valid_test csv from gitignore to fix failing build
- Updated error method to return success message when there are no errors
- Added Travis build and Codecov badge to the readme
  • Loading branch information
hoshomoh authored May 21, 2018
1 parent 7f243de commit 40e4e37
Show file tree
Hide file tree
Showing 40 changed files with 1,731 additions and 1,183 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.idea/*
vendor
build
test.xml
test.json
/sample.xml
/sample.json
composer.lock
sample.json
sample.xml
valid_test.json
valid_test.xml
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ install:
- composer install --no-interaction

script:
- phpunit
- composer test

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 40e4e37

Please sign in to comment.