oont-contents/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/test.php
2025-02-10 13:57:45 +01:00

9 lines
237 B
PHP

<?php
include 'vendor/autoload.php';
//include 'src/ExecWithFallback.php';
use ExecWithFallback\ExecWithFallback;
use ExecWithFallback\Tests\ExecWithFallbackTest;
ExecWithFallback::exec('echo hello');
ExecWithFallbackTest::testExec();