Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #204 from shaunfreeman/feature/twb-navigation
Browse files Browse the repository at this point in the history
added Navigation helper and test coverage #126
  • Loading branch information
neilime committed Aug 20, 2018
2 parents 99aabb4 + 60122bf commit 92def4b
Show file tree
Hide file tree
Showing 62 changed files with 14,289 additions and 12,930 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_script:

script:
- cd tests
- if [[ $TEST_COVERAGE == 'true' ]]; then ../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then phpdbg -qrr ../vendor/bin/phpunit --coverage-text --coverage-clover ../build/logs/clover.xml ; fi
- if [[ $TEST_COVERAGE != 'true' ]]; then ../vendor/bin/phpunit ; fi
- cd ..

Expand Down
341 changes: 124 additions & 217 deletions build/coverage/Module.php.html

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions build/coverage/css/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 92def4b

Please sign in to comment.