mirror of
https://github.com/flarum/core.git
synced 2025-06-09 00:04:01 +02:00
Use v1.0.0 of backend testing properly (#3247)
This commit is contained in:
parent
fbb1d95557
commit
22f8c44b4d
@ -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
framework/core/tests/fixtures/.gitkeep
vendored
Normal file
0
framework/core/tests/fixtures/.gitkeep
vendored
Normal file
0
framework/core/tests/unit/.gitkeep
Normal file
0
framework/core/tests/unit/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user