mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Update grunt command "test-server" to work with pretty URLs (#5161)
This commit is contained in:
parent
700646e3da
commit
11d92ff4ca
@ -9,6 +9,7 @@
|
||||
- Fix #5149: Use a link mode for space button "Join" from space header
|
||||
- Fix #4830: Fix Prerequisites / Self Test translations
|
||||
- Fix #4459: Make UserFollow activity public
|
||||
- Enh #3824: Run acceptance tests with pretty URLs
|
||||
|
||||
|
||||
1.9.0-beta.1 (June 15, 2021)
|
||||
|
@ -36,7 +36,7 @@ module.exports = function (grunt) {
|
||||
}
|
||||
},
|
||||
testServer: {
|
||||
command: "php -S localhost:8080"
|
||||
command: "php -S localhost:8080 index-test.php"
|
||||
},
|
||||
testRun: {
|
||||
command: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user