HEX
Server: LiteSpeed
System: Linux premium260.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: aliazzsr (627)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/aliazzsr/api.crm.vqode.com/vendor/codeception/phpunit-wrapper/src/phpunit7-interfaces.php
<?php
// @codingStandardsIgnoreStart
// PHPUnit 6 compatibility

namespace PHPUnit\Framework {
    if (!interface_exists(Test::class, false)) {
        interface Test extends \Countable {
            public function run(TestResult $result = null);
        }

    }
    if (!interface_exists(SelfDescribing::class, false)) {
        interface SelfDescribing
        {
            public function toString();
        }
    }

}
// @codingStandardsIgnoreEnd