-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhomeboy-test-manifest.json
More file actions
65 lines (65 loc) · 1.93 KB
/
Copy pathhomeboy-test-manifest.json
File metadata and controls
65 lines (65 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"schema": "homeboy/test-manifest/v1",
"tests": {
"tests/artist-platform-cta-dependency-absent-smoke.php": {
"environment": "standalone-php"
},
"tests/artist-platform-cta-smoke.php": {
"environment": "standalone-php"
},
"tests/concert-history-dependency-absent-smoke.php": {
"environment": "standalone-php"
},
"tests/concert-history-privacy-smoke.php": {
"environment": "standalone-php"
},
"tests/content-filters-smoke.php": {
"environment": "standalone-php"
},
"tests/discussion-composer-continuation-smoke.php": {
"environment": "standalone-php"
},
"tests/discussion-composer-contract-smoke.php": {
"environment": "standalone-php"
},
"tests/homepage-header-smoke.php": {
"environment": "standalone-php"
},
"tests/homepage-topic-form-permissions-smoke.php": {
"environment": "standalone-php"
},
"tests/legacy-topic-redirects-smoke.php": {
"environment": "standalone-php"
},
"tests/local-scene-digest-settings-smoke.php": {
"environment": "standalone-php"
},
"tests/notification-receipts-smoke.php": {
"environment": "standalone-php"
},
"tests/public-profile-artist-memberships-smoke.php": {
"environment": "standalone-php"
},
"tests/public-voices-smoke.php": {
"environment": "standalone-php"
},
"tests/subscription-inventory-smoke.php": {
"environment": "standalone-php"
},
"tests/subscription-inventory-wp-ability-schema-smoke.php": {
"environment": "wordpress"
},
"tests/topic-reply-author-authorization-smoke.php": {
"environment": "standalone-php"
},
"tests/topic-term-correction-smoke.php": {
"environment": "standalone-php"
},
"tests/create-ability-rest-routes-smoke.php": {
"environment": "wordpress"
},
"tests/public-voice-wp-ability-schema-smoke.php": {
"environment": "wordpress"
}
}
}