Skip to content

Commit

Permalink
Refactor tests, so they can be run from root foldergit
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Aug 30, 2019
1 parent fcb7d8e commit 68b31ac
Showing 23 changed files with 780 additions and 79 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -31,10 +31,15 @@
"symfony/phpunit-bridge": "^2.8|^3|^4.1",
"phpunit/phpunit": "^7.3",
"phpstan/phpstan": "^0.11.9",
"phpstan/phpstan-symfony": "^0.11.6"
"phpstan/phpstan-symfony": "^0.11.6",
"phpro/grumphp": "^0.15.2",
"jakub-onderka/php-parallel-lint": "^1.0"
},
"autoload": {
"psr-4": {"Phabalicious\\": "src/"}
"psr-4": {
"Phabalicious\\": "src/",
"Phabalicious\\Tests\\": "tests/"
}
},
"authors": [
{
Loading

0 comments on commit 68b31ac

Please sign in to comment.