1..15 # ->call() ok 1 ok 2 - ->call() works with functions ok 3 ok 4 - ->call() stores the function call in cache ok 5 ok 6 ok 7 - ->call() works with static method calls ok 8 ok 9 - ->call() stores the function call in cache ok 10 ok 11 ok 12 - ->call() works with object methods ok 13 ok 14 - ->call() stores the function call in cache ok 15 # Looks like everything went fine.