HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/phpunit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
         bootstrap="vendor/autoload.php"
         colors="true"
>
    <testsuites>
        <!-- <testsuite name="Unit">
            <directory suffix="Test.php">./tests/Unit</directory>
        </testsuite>
        <testsuite name="Feature">
            <directory suffix="Test.php">./tests/Feature</directory>
        </testsuite> -->

        <!-- <testsuite name="FrontendCMSFeature">
            <directory suffix="Test.php">./Modules/FrontendCMS/Tests/Feature</directory>
        </testsuite>
        <testsuite name="FooterSettingFeature">
            <directory suffix="Test.php">./Modules/FooterSetting/Tests/Feature</directory>
        </testsuite>
        <testsuite name="AppearanceFeature">
            <directory suffix="Test.php">./Modules/Appearance/Tests/Feature</directory>
        </testsuite>
        <testsuite name="BlogFeature">
            <directory suffix="Test.php">./Modules/Blog/Tests/Feature</directory>
        </testsuite>
        <testsuite name="MarketingFeature">
            <directory suffix="Test.php">./Modules/Marketing/Tests/Feature</directory>
        </testsuite>
         <testsuite name="ReviewFeature">
            <directory suffix="Test.php">./Modules/Review/Tests/Feature</directory>
        </testsuite>
        <testsuite name="MenuFeature">
            <directory suffix="Test.php">./Modules/Menu/Tests/Feature</directory>
        </testsuite> 
        <testsuite name="ProductFeature">
            <directory suffix="Test.php">./Modules/Product/Tests/Feature</directory>
        </testsuite> 
        <testsuite name="SellerFeature">
            <directory suffix="Test.php">./Modules/Seller/Tests/Feature</directory>
        </testsuite> -->
        <testsuite name="SupportTicketFeature">
            <directory suffix="Test.php">./Modules/SupportTicket/Tests/Feature</directory>
        </testsuite>
        
        
    </testsuites>
    <coverage processUncoveredFiles="true">
        <include>
            <directory suffix=".php">./app</directory>
        </include>
    </coverage>
    <php>
        <server name="APP_ENV" value="testing"/>
        <server name="BCRYPT_ROUNDS" value="4"/>
        <server name="CACHE_DRIVER" value="array"/>
        <!-- <server name="DB_CONNECTION" value="sqlite"/> -->
        <!-- <server name="DB_DATABASE" value=":memory:"/> -->
        <server name="MAIL_MAILER" value="array"/>
        <server name="QUEUE_CONNECTION" value="sync"/>
        <server name="SESSION_DRIVER" value="array"/>
        <server name="TELESCOPE_ENABLED" value="false"/>
    </php>
</phpunit>