Acacha\Llum\Tests\DevToolsCommandTest::tearDown PHP Method

tearDown() protected method

protected tearDown ( )
    protected function tearDown()
    {
        passthru('rm -rf config');
        passthru('composer remove barryvdh/laravel-ide-helper');
        passthru('composer remove barryvdh/laravel-debugbar');
    }