mirror of
https://github.com/flarum/core.git
synced 2025-01-16 21:58:20 +01:00
Use v1.0.0 of backend testing properly (#3247)
This commit is contained in:
parent
ed3ea05c1a
commit
7c3b51fec0
@ -86,7 +86,7 @@
|
||||
"wikimedia/less.php": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "1.0@dev"
|
||||
"flarum/testing": "^1.0.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -107,6 +107,11 @@
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
},
|
||||
"flarum-cli": {
|
||||
"modules": {
|
||||
"backendTesting": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
0
tests/fixtures/.gitkeep
vendored
Normal file
0
tests/fixtures/.gitkeep
vendored
Normal file
0
tests/unit/.gitkeep
Normal file
0
tests/unit/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user