Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../voku/./../alexandr-mironov/../yajra/./../twilio/../africastalking/../twilio/../telnyx/telnyx-php
الملفات الموجودة في هذا الـ Path:
.
..
.coveralls.yml
.github
.gitignore
.travis.yml.bak
CHANGELOG.md
LICENSE
README.md
VERSION
build.php
composer.json
composer.lock
data
docker
docker-compose.yml
examples
init.php
lib
phpunit.no_autoload.xml
phpunit.xml
tests
update_certs.php

مشاهدة ملف: phpunit.xml

<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="Telnyx PHP Test Suite">
            <directory suffix="Test.php">tests</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory>lib</directory>
        </whitelist>
    </filter>
    <logging>
        <log type="coverage-clover" target="build/logs/clover.xml"/>
    </logging>
</phpunit>