We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadc2e2 commit b24992bCopy full SHA for b24992b
.github/workflows/spio.yml
@@ -33,6 +33,7 @@ jobs:
33
DB_USER: root
34
DB_PASS: password
35
DB_HOST: 127.0.0.1
36
+ WP_RUN_CORE_TESTS: 1
37
38
steps:
39
- name: Checkout code
phpunit.xml.dist
@@ -10,7 +10,6 @@
10
<testsuites>
11
<testsuite name="testing">
12
<directory prefix="test-" suffix=".php">./tests/</directory>
13
- <exclude>./tests/test-sample.php</exclude>
14
</testsuite>
15
</testsuites>
16
</phpunit>
0 commit comments