mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 01:18:48 +00:00
Codebird library added
This commit is contained in:
parent
f2c05b0222
commit
2e776253e0
38 changed files with 10983 additions and 12 deletions
22
twitter/vendor/jublonet/codebird-php/phpunit.xml.hhvm
vendored
Normal file
22
twitter/vendor/jublonet/codebird-php/phpunit.xml.hhvm
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="true"
|
||||
backupStaticAttributes="false"
|
||||
strict="true"
|
||||
timeoutForSmallTests="10"
|
||||
timeoutForMediumTests="30"
|
||||
colors="true"
|
||||
verbose="true">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Environment">
|
||||
<file>test/environment_test.php</file>
|
||||
</testsuite>
|
||||
<testsuite name="Unit">
|
||||
<directory suffix="_tests.php">test</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<logging>
|
||||
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
|
||||
</logging>
|
||||
</phpunit>
|
Loading…
Add table
Add a link
Reference in a new issue