mirror of
https://github.com/flarum/core.git
synced 2025-09-03 05:02:45 +02:00
test(testing): run flarum/testing
package tests (#3844)
* chore(testing): run flarum/testing packages tests back again These tests were not run on each framework build, I enabled them again. Two of the tests were failing so I disabled them for now, it is more important to have some tests running than none at all. * chore(testing): remove flarum/testing dedicated workflow It is useless now that the tests are run in the framework repo. Also this workflow was not working anymore. --------- Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"description": "Minimal extension to test the flarum/testing package",
|
||||
"type": "flarum-extension",
|
||||
"require": {
|
||||
"flarum/core": "^0.1.0@dev"
|
||||
"flarum/core": "^2.0@dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/testing": "*@dev"
|
||||
@@ -13,6 +13,17 @@
|
||||
"Flarum\\Testing\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"flarum-extension": {
|
||||
"title": "Testing",
|
||||
"category": "feature",
|
||||
"icon": {
|
||||
"name": "fas fa-vial",
|
||||
"backgroundColor": "#ABDC88",
|
||||
"color": "#3F8A32"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"@test:unit",
|
||||
|
Reference in New Issue
Block a user