Skip to content

Commit 53ad987

Browse files
author
Pablo Sanchez
committed
[UPD] - adding symlink to laravel's phpunit
1 parent a0273e0 commit 53ad987

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
"minimum-stability": "dev",
66
"autoload": {
77
"psr-4": {
8-
"\\": "Tests\/",
9-
"\\": "tests\/",
108
"XprSwagger\\": ""
119
}
12-
}
10+
},
11+
"require-dev": {
12+
"phpunit\/phpunit": "~4.0"
13+
},
14+
"post-install-cmd": [
15+
"ln -s ../../bin/phpunit ./"
16+
]
1317
}

0 commit comments

Comments
 (0)