We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23b737 commit 89a0869Copy full SHA for 89a0869
1 file changed
tests/AbstractProxy.test.php
@@ -13,7 +13,6 @@
13
chdir(__DIR__);
14
require_once __DIR__ . '/../vendor/autoload.php';
15
$testHelper = new TestHelper('phpfastcacheAbstractProxy class');
16
-var_dump(getopt('d:p:', []));exit;
17
$defaultDriver = (!empty($argv[1]) ? ucfirst($argv[1]) : 'Files');
18
19
0 commit comments