1..11 # __construct() ok 1 - __construct() takes a container builder instance as its first argument # ->setServiceContainer() ok 2 - ->setServiceContainer() sets the container builder attached to this loader # ->load() ok 3 - ->load() throws a LogicException if no container is attached to the loader ok 4 - ->load() merges current parameters with the loaded ones ok 5 - ->load() does not change the already defined parameters ok 6 - ->load() evaluates the values of the parameters towards already defined ones ok 7 - ->load() evaluates the values of the parameters towards already defined ones ok 8 - ->load() merges definitions already defined ones ok 9 - ->load() registers defined aliases ok 10 - ->load() overrides already defined services ok 11 - ->load() accepts several resources as argument # Looks like everything went fine.