mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
Initial import of composer dependencies (--no-dev)
This commit is contained in:
parent
71fc952126
commit
546606b208
696 changed files with 54815 additions and 44 deletions
35
vendor/rmccue/requests/tests/phpunit.xml.dist
vendored
Executable file
35
vendor/rmccue/requests/tests/phpunit.xml.dist
vendored
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="Authentication">
|
||||
<directory suffix=".php">Auth</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Transports">
|
||||
<directory suffix=".php">Transport</directory>
|
||||
</testsuite>
|
||||
<testsuite name="General">
|
||||
<file>ChunkedEncoding.php</file>
|
||||
<file>Cookies.php</file>
|
||||
<file>IDNAEncoder.php</file>
|
||||
<file>IRI.php</file>
|
||||
<file>Requests.php</file>
|
||||
<file>Response/Headers.php</file>
|
||||
<file>SSL.php</file>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-html" target="coverage" title="PHPUnit"
|
||||
charset="UTF-8" yui="true" highlight="true"
|
||||
lowUpperBound="35" highLowerBound="90"/>
|
||||
</logging>
|
||||
|
||||
<filter>
|
||||
<blacklist>
|
||||
<directory suffix=".php">.</directory>
|
||||
</blacklist>
|
||||
<whitelist>
|
||||
<directory suffix=".php">../library</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue