andReturn(true); File::shouldReceive('get')->andReturn(json_encode(['a' => 'b'])); $key = 'a'; $this->assertEquals('http://localhost/app/b', app('webpack')->$key); } }