Skip to content

Commit

Permalink
Merge pull request #4 from forevermatt/develop
Browse files Browse the repository at this point in the history
Release 0.5.2
  • Loading branch information
forevermatt committed Jun 8, 2019
2 parents 0ba416a + 51ce6b8 commit 9a83635
Show file tree
Hide file tree
Showing 9 changed files with 2,700 additions and 404 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test-images/
nbproject/
/vendor/
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

test: testfeature testunit

testfeature:
vendor\bin\behat . --strict --append-snippets --stop-on-failure

testunit:
vendor\bin\phpunit .\tests\
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"email": "forevermatt@users.noreply.github.com"
}
],
"require": {},
"require": {
"behat/behat": "^3.5"
},
"autoload": {
"psr-4": {"forevermatt\\mosaic\\": "src/"}
}
Expand Down
Loading

0 comments on commit 9a83635

Please sign in to comment.