PluginProbe
Simple Analytics / 1.104
Simple Analytics v1.104
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
simpleanalytics / phpunit.xml

phpunit.xml in Simple Analytics 1.104, at phpunit.xml

18 lines 513 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 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4 bootstrap="vendor/autoload.php"
5 colors="true"
6 >
7 <testsuites>
8 <testsuite name="Test Suite">
9 <directory suffix="Test.php">./tests</directory>
10 </testsuite>
11 </testsuites>
12 <source>
13 <include>
14 <directory>src</directory>
15 </include>
16 </source>
17 </phpunit>
18