Container |
src/Services/Container.php |
Dependency injection container. |
ContainerTest |
tests/Services/ContainerTest.php |
Test the service container. |
IntegrationTest |
tests/Services/IntegrationTest.php |
Interation tests for the global container instance. |
MissingArgumentException |
src/Services/MissingArgumentException.php |
Exception thrown when a keyword argument is referenced but wasn’t passed. |
Spec |
src/Services/Spec.php |
A class instantiation spec. |
SpecTest |
tests/Services/SpecTest.php |
Test the instantiating spec class. |
UnknownServiceException |
src/Services/UnknownServiceException.php |
Exception thrown when a unregistered service is loaded. |