mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI * Disable style check
This commit is contained in:
@@ -30,7 +30,6 @@ use LibreNMS\Data\Store\Rrd;
|
||||
|
||||
class RrdtoolTest extends TestCase
|
||||
{
|
||||
|
||||
public function testBuildCommandLocal()
|
||||
{
|
||||
Config::set('rrdcached', '');
|
||||
@@ -46,7 +45,6 @@ class RrdtoolTest extends TestCase
|
||||
$cmd = $this->buildCommandProxy('update', '/opt/librenms/rrd/f', 'o');
|
||||
$this->assertEquals('update /opt/librenms/rrd/f o', $cmd);
|
||||
|
||||
|
||||
$this->app->forgetInstance(Rrd::class);
|
||||
Config::set('rrdtool_version', '1.6');
|
||||
|
||||
|
Reference in New Issue
Block a user