Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/iyzico/../nikic/../maennchen/zipstream-php
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.phive
.php-cs-fixer.dist.php
.phpdoc
.tool-versions
LICENSE
README.md
composer.json
guides
phpdoc.dist.xml
phpunit.xml.dist
psalm.xml
src
test

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

<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache">
  <coverage/>
  <testsuites>
    <testsuite name="Application">
      <directory>test</directory>
    </testsuite>
  </testsuites>
  <logging/>
  <source>
    <include>
      <directory suffix=".php">src</directory>
    </include>
  </source>
</phpunit>