Skip to content

Commit

Permalink
Merge pull request #21 from php-school/tests
Browse files Browse the repository at this point in the history
Tests for exceptions & items
  • Loading branch information
AydinHassan committed Nov 28, 2015
2 parents 529f1f6 + e9a5e11 commit c1c4a2d
Show file tree
Hide file tree
Showing 16 changed files with 893 additions and 63 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require-dev": {
"phpunit/phpunit": "~4.1",
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "~2.0"
},
"require": {
Expand All @@ -26,6 +26,6 @@
}
},
"autoload-dev": {
"psr-4": { "PhpSchool\\CliMenu\\": "test/" }
"psr-4": { "PhpSchool\\CliMenuTest\\": "test/" }
}
}
Loading

0 comments on commit c1c4a2d

Please sign in to comment.