Facades look like static classes, which offends people who learned that static is untestable. Here is what is actually happening underneath.
#Service Container
Articles
Facades look like static calls but are not. Understanding how Cache::get() reaches a real object in the container explains why facades stay testable.