summaryrefslogtreecommitdiff
path: root/tests/Unit/Container/Stub/ServiceProviderImplementation.php
blob: 34311003163ad561bbfa967567fab20d076f5668 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace Engelsystem\Test\Unit\Container\Stub;

use Engelsystem\Container\ServiceProvider;

class ServiceProviderImplementation extends ServiceProvider
{
}