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