Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Oct 24, 2018
1 parent d9ad10b commit d7821a4
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 87 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/.project
/.settings
/luya

/tests/runtime
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

all:

test:
vendor/bin/phpunit --color tests/

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"cebe\\luya\\sitemap\\tests\\" : "tests/"
}
},
"config": {
"platform": {
"php": "7.0"
}
},
"extra": {
"luya" : {
"bootstrap": ["cebe\\luya\\sitemap\\Bootstrap"]
Expand Down
Loading

0 comments on commit d7821a4

Please sign in to comment.