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

Commit 45203c5

Browse files
committed
Fixes failing test
1 parent bef2791 commit 45203c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/HalResponseFactoryFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,5 @@ public function __invoke()
100100
self::assertInstanceOf(HalResponseFactory::class, $instance);
101101
self::assertAttributeSame($jsonRenderer, 'jsonRenderer', $instance);
102102
self::assertAttributeSame($xmlRenderer, 'xmlRenderer', $instance);
103-
self::assertAttributeSame($stream, 'streamFactory', $instance);
104103
}
105104
}

0 commit comments

Comments
 (0)