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

Commit da2d8c3

Browse files
committed
Updates PHPUnit configuration to reflect test case/file name change
ResponseFactory was renamed to ResponseFactoryFactory, and the two test cases were as well.
1 parent 87e34ea commit da2d8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
colors="true">
66
<testsuites>
77
<testsuite name="zend-expressive-response-factory">
8-
<file>./test/Container/ResponseFactoryWithoutDiactorosTest.php</file>
8+
<file>./test/Container/ResponseFactoryFactoryWithoutDiactorosTest.php</file>
99
<file>./test/Container/StreamFactoryFactoryWithoutDiactorosTest.php</file>
1010
</testsuite>
1111
<testsuite name="zend-expressive">
1212
<directory>./test</directory>
13-
<exclude>./test/Container/ResponseFactoryWithoutDiactorosTest.php</exclude>
13+
<exclude>./test/Container/ResponseFactoryFactoryWithoutDiactorosTest.php</exclude>
1414
<exclude>./test/Container/StreamFactoryFactoryWithoutDiactorosTest.php</exclude>
1515
</testsuite>
1616
</testsuites>

0 commit comments

Comments
 (0)