File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 51
51
with :
52
52
php-version : ' 7.1'
53
53
extensions : simplexml, mysql
54
- tools : phpunit:7.5.15
54
+ tools : phpunit-polyfills
55
55
- name : Checkout source code
56
56
uses : actions/checkout@v2
57
57
- name : Install WordPress Test Suite
Original file line number Diff line number Diff line change 46
46
"require-dev" : {
47
47
"wp-coding-standards/wpcs" : " 1.2.1" ,
48
48
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
49
- "phpcompatibility/phpcompatibility-wp" : " *" ,
50
- "yoast/phpunit-polyfills" : " ^1.0"
49
+ "phpcompatibility/phpcompatibility-wp" : " *"
51
50
}
52
51
}
Original file line number Diff line number Diff line change 11
11
<directory prefix =" test-" suffix =" .php" >./tests/</directory >
12
12
</testsuite >
13
13
</testsuites >
14
- <php >
15
- <const name =" WP_TESTS_PHPUNIT_POLYFILLS_PATH" value =" ./vendor/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php" />
16
- </php >
17
14
</phpunit >
You can’t perform that action at this time.
0 commit comments