PluginProbe
SchedulePress – Auto Post & Publish, Auto Social Share, Schedule Posts with Editorial Calendar & Missed Schedule Post Publisher / trunk
SchedulePress – Auto Post & Publish, Auto Social Share, Schedule Posts with Editorial Calendar & Missed Schedule Post Publisher vtrunk
5.3.4 5.3.3 5.3.2 5.3.1 5.3.0 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.2.0 5.2.1 5.2.10 5.2.11 5.2.12 5.2.13 5.2.14 5.2.15 5.2.16 5.2.17 5.2.18 5.2.2 5.2.3 All 118 releases
wp-scheduled-posts / phpunit-integration.xml

phpunit-integration.xml in SchedulePress – Auto Post & Publish, Auto Social Share, Schedule Posts with Editorial Calendar & Missed Schedule Post Publisher trunk, at phpunit-integration.xml

21 lines 725 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Integration suite: boots the WordPress test library and loads the plugin.
4 Requires bin/install-wp-tests.sh to have been run.
5 -->
6 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
8 bootstrap="tests/bootstrap-integration.php"
9 colors="true"
10 failOnWarning="true"
11 failOnRisky="true">
12 <testsuites>
13 <testsuite name="integration">
14 <directory suffix="Test.php">tests/integration</directory>
15 </testsuite>
16 </testsuites>
17 <listeners>
18 <listener class="WPSP\Tests\ZeroTestsListener"/>
19 </listeners>
20 </phpunit>
21