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

Commit b3ab8ea

Browse files
committed
#83 - cycles should be de-duplicated in the output string (exception logic)
1 parent be0b5aa commit b3ab8ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/Exception/CyclicAliasExceptionTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function aliasesProvider()
9494
9595
[
9696
"b" => "a" => "b"
97-
"a" => "b" => "a"
9897
]
9998
10099
The cycle was detected in the following alias map:
@@ -114,8 +113,6 @@ public function aliasesProvider()
114113
115114
[
116115
"b" => "a" => "c" => "b"
117-
"c" => "b" => "a" => "c"
118-
"a" => "c" => "b" => "a"
119116
]
120117
121118
The cycle was detected in the following alias map:
@@ -136,7 +133,6 @@ public function aliasesProvider()
136133
137134
[
138135
"b" => "a" => "b"
139-
"a" => "b" => "a"
140136
]
141137
142138
The cycle was detected in the following alias map:
@@ -157,7 +153,6 @@ public function aliasesProvider()
157153
158154
[
159155
"b" => "a" => "b"
160-
"a" => "b" => "a"
161156
"c" => "a" => "b" => "c"
162157
]
163158

0 commit comments

Comments
 (0)