1..5 # ->dump() ok 1 - ->dump() dumps an empty container as an empty PHP class ok 2 - ->dump() takes a class and a base_class options # ->addParameters() ok 3 - ->dump() dumps parameters # ->addService() ok 4 - ->dump() dumps services ok 5 - ->dump() throws a RuntimeException if the container to be dumped has reference to objects or resources # Looks like everything went fine.