first commit
This commit is contained in:
9
wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/test.php
vendored
Normal file
9
wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/test.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include 'vendor/autoload.php';
|
||||
//include 'src/ExecWithFallback.php';
|
||||
use ExecWithFallback\ExecWithFallback;
|
||||
use ExecWithFallback\Tests\ExecWithFallbackTest;
|
||||
|
||||
ExecWithFallback::exec('echo hello');
|
||||
|
||||
ExecWithFallbackTest::testExec();
|
||||
Reference in New Issue
Block a user