@@ -187,12 +187,12 @@ |
||
187 | 187 | $graph->resolve(); |
188 | 188 | } |
189 | 189 | |
190 | - /** |
|
191 | - * Tests whether a circular dependency is detected for a->b b->a. |
|
192 | - * |
|
193 | - * @expectedException Digilist\DependencyGraph\CircularDependencyException |
|
194 | - * @test |
|
195 | - */ |
|
190 | + /** |
|
191 | + * Tests whether a circular dependency is detected for a->b b->a. |
|
192 | + * |
|
193 | + * @expectedException Digilist\DependencyGraph\CircularDependencyException |
|
194 | + * @test |
|
195 | + */ |
|
196 | 196 | public function testCircularDependencyException2() |
197 | 197 | { |
198 | 198 | $graph = new DependencyGraph(); |