$ brew install emscripten
and setup by following the instruction after the installation.
<?php | |
/* | |
HHVMinfo - phpinfo page for HHVM HipHop Virtual Machine | |
Author: _ck_ | |
License: WTFPL, free for any kind of use or modification, I am not responsible for anything, please share your improvements | |
Version: 0.0.6 | |
* revision history | |
0.0.6 2014-08-02 display fix for empty vs zero | |
0.0.5 2014-07-31 try to determine config file from process command line (may not always work), style improvements |
<?php | |
use Illuminate\Support\Facades\Config; | |
class TestCase extends Laravel\Lumen\Testing\TestCase | |
{ | |
/** | |
* Create a mock of a Storage disk. | |
* | |
* Usage: |