Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 98b47dd

Browse files
committed
Removed shared and shared_by_default configuration tests
We do not consider that functionality as required. By default we only assume all created services are shared, and these checks we should have in other tests.
1 parent b275673 commit 98b47dd

File tree

3 files changed

+0
-167
lines changed

3 files changed

+0
-167
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ following traits into your test case:
4242
- `Zend\ContainerTest\FactoryTestTrait` - to support `factories` configuration,
4343
- `Zend\ContainerTest\InvokableTestTrait` - to support `invokables` configuration,
4444
- `Zend\ContainerTest\ServiceTestTrait` - to support `services` configuration,
45-
- `Zend\ContainerTest\SharedTestTrait` - to support `shared` and `shared_by_default` configurations,
4645

4746
or use `Zend\ContainerTest\AllTestTrait` to support whole `zend-servicemanager` configuration.

src/AllTestTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ trait AllTestTrait
1616
use FactoryTestTrait;
1717
use InvokableTestTrait;
1818
use ServiceTestTrait;
19-
use SharedTestTrait;
2019
}

src/SharedTestTrait.php

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)