File "test.php"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/test.php
File size: 237 bytes
MIME-type: text/x-php
Charset: utf-8

 
Open Back
<?php
include 'vendor/autoload.php';
//include 'src/ExecWithFallback.php';
use ExecWithFallback\ExecWithFallback;
use ExecWithFallback\Tests\ExecWithFallbackTest;

ExecWithFallback::exec('echo hello');

ExecWithFallbackTest::testExec();