Skip to content

Commit a752106

Browse files
committed
Update composer.json, prepare for PHPUnit
1 parent 6654854 commit a752106

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"autoload": {
3333
"psr-4": {
34-
"PPSpaces\\": "src/"
34+
"PPSpaces\\": "src/",
35+
"PPSpaces\\Tests\\": "tests/"
3536
}
3637
},
3738
"minimum-stability": "stable",
@@ -44,5 +45,10 @@
4445
"PPSpaces\\RepositoryServiceProvider"
4546
]
4647
}
48+
},
49+
"scripts": {
50+
"test": [
51+
"vendor/bin/phpunit --testdox"
52+
]
4753
}
4854
}

0 commit comments

Comments
 (0)