Crie dependência de zombaria no teste de unidade Laravel

Config::shouldReceive('get')
		->with('nama.key.confignya')
        ->andReturn('Expected Output');
Muhammad Ariq Rafi