mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
13 lines
574 B
XML
13 lines
574 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<phpunit bootstrap="vendor/autoload.php" cacheResultFile="tests/cache/result.json" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd">
|
|
<coverage cacheDirectory="tests/cache" processUncoveredFiles="true">
|
|
<include>
|
|
<file>chandler/Eventing/Events/Event.php</file>
|
|
</include>
|
|
</coverage>
|
|
<testsuites>
|
|
<testsuite name="All Test">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|