summaryrefslogtreecommitdiff
path: root/tests/Unit/Container/Stub/ServiceProviderImplementation.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Container/Stub/ServiceProviderImplementation.php')
-rw-r--r--tests/Unit/Container/Stub/ServiceProviderImplementation.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Unit/Container/Stub/ServiceProviderImplementation.php b/tests/Unit/Container/Stub/ServiceProviderImplementation.php
new file mode 100644
index 00000000..36ae2c38
--- /dev/null
+++ b/tests/Unit/Container/Stub/ServiceProviderImplementation.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Engelsystem\Test\Unit\Container\Stub;
+
+use Engelsystem\Container\ServiceProvider;
+
+class ServiceProviderImplementation extends ServiceProvider
+{
+
+}