forked from 10up/distributor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpacceptance.json
31 lines (31 loc) · 854 Bytes
/
wpacceptance.json
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
{
"snapshot_id": "3593222a181f0f91824947dbd06985d5",
"name": "distributor",
"exclude": [
".\/node_modules"
],
"tests": [
"tests\/wpacceptance\/*Test.php"
],
"snapshots": [
{
"snapshot_name": "WordPress 4.9.9",
"snapshot_id": "3593222a181f0f91824947dbd06985d5"
},
{
"snapshot_name": "WordPress 4.9.9 plus Gutenberg 4.9",
"snapshot_id": "9ea863cebfcbb416c6334a6bef6552f0"
},
{
"snapshot_name": "WordPress 5.1.1",
"snapshot_id": "01ccbe4d2c4dbcd00b226885b759114e"
},
{
"snapshot_name": "WordPress 5.1.1 plus Gutenberg 5.3.0",
"snapshot_id": "fec81ac24227af6554c93d28d9af2bdf"
}
],
"enforce_clean_db": true,
"bootstrap": "tests\/wpacceptance\/bootstrap.php",
"repository": "10up"
}