EricMakesStuff\ServerMonitor\Test\Integration\RunCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->app['config']->set('server-monitor.monitors.DiskUsage', [['alarmPercentage' => 99.98999999999999]]);
    }