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

Commit 72e9609

Browse files
committed
Removed ResponsePrototypeTrait
- per @weierophinney zendframework/zend-expressive-authentication-oauth2#16 (comment) "Each class should compose a response factory instead of a prototype. "
1 parent 0832c05 commit 72e9609

File tree

4 files changed

+0
-189
lines changed

4 files changed

+0
-189
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
colors="true"
66
stderr="true">
77
<testsuites>
8-
<testsuite name="without diactoros">
9-
<file>./test/ResponsePrototypeTraitWithoutDiactorosTest.php</file>
10-
</testsuite>
118
<testsuite name="zend-expressive-authentication">
129
<directory>./test</directory>
13-
<exclude>./test/ResponsePrototypeTraitWithoutDiactorosTest.php</exclude>
1410
</testsuite>
1511
</testsuites>
1612

src/ResponsePrototypeTrait.php

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

test/ResponsePrototypeTraitTest.php

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

test/ResponsePrototypeTraitWithoutDiactorosTest.php

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

0 commit comments

Comments
 (0)