Skip to content

Commit

Permalink
foo test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Jan 19, 2015
1 parent e342acf commit f3052b4
Show file tree
Hide file tree
Showing 6 changed files with 836 additions and 1,157 deletions.
1 change: 1 addition & 0 deletions bin/phpunit
4 changes: 4 additions & 0 deletions bin/test
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
set -e

./bin/phpunit
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
"mgargano/simplehtmldom": "dev-master",
"wallabag/PHP-Flash-Messages": "dev-master",
"wallabag/kriss_php5": "dev-master",
"wallabag/pagination": "dev-master",
"phpunit/phpunit": "4.4.*"
"wallabag/pagination": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"config": {
"bin-dir": "bin"
}
}
Loading

0 comments on commit f3052b4

Please sign in to comment.