X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/swiftmailer/swiftmailer
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
swiftmailer
/
swiftmailer
/
📁
..
📄
.gitattributes
(161 B)
📁
.github
📄
.gitignore
(120 B)
📄
.php_cs.dist
(516 B)
📄
.travis.yml
(586 B)
📄
CHANGES
(11.08 KB)
📄
LICENSE
(1.04 KB)
📄
README.md
(695 B)
📄
composer.json
(1.18 KB)
📁
doc
📁
lib
📄
phpunit.xml.dist
(1.22 KB)
📁
tests
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <php> <ini name="intl.default_locale" value="en"/> <ini name="intl.error_level" value="0"/> <ini name="memory_limit" value="-1"/> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="SwiftMailer unit tests"> <directory>tests/unit</directory> </testsuite> <testsuite name="SwiftMailer acceptance tests"> <directory>tests/acceptance</directory> </testsuite> <testsuite name="SwiftMailer bug"> <directory>tests/bug</directory> </testsuite> <testsuite name="SwiftMailer smoke tests"> <directory>tests/smoke</directory> </testsuite> </testsuites> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> </phpunit>
Upload File
Create Folder