⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
shopware
/
custom
/
plugins
/
SwagPayPal
/
Edit File: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd" bootstrap="tests/TestBootstrap.php" executionOrder="random"> <php> <ini name="error_reporting" value="-1"/> <server name="KERNEL_CLASS" value="Shopware\Core\Kernel"/> <env name="APP_ENV" value="test"/> <env name="APP_DEBUG" value="1"/> <env name="APP_SECRET" value="s$cretf0rt3st"/> <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/> </php> <testsuites> <testsuite name="SwagPayPal Testsuite"> <directory>tests</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">./src/</directory> </include> <exclude> <file>src/SwagPayPal.php</file> </exclude> </coverage> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"> <arguments> <array> <!-- set this option to 0 to disable the DebugClassLoader integration --> <element key="debug-class-loader"><integer>0</integer></element> </array> </arguments> </listener> </listeners> </phpunit>
Simpan