Code Duplication    Length = 3-3 lines in 2 locations

exercises/dependency-heaven/solution/vendor/danielstjules/stringy/tests/StringyTest.php 2 locations

@@ 293-295 (lines=3) @@
290
            $this->assertStringy($line);
291
        }
292
293
        for ($i = 0; $i < count($expected); $i++) {
294
            $this->assertEquals($expected[$i], $result[$i]);
295
        }
296
    }
297
298
    public function linesProvider()
@@ 1702-1704 (lines=3) @@
1699
            $this->assertStringy($string);
1700
        }
1701
1702
        for ($i = 0; $i < count($expected); $i++) {
1703
            $this->assertEquals($expected[$i], $result[$i]);
1704
        }
1705
    }
1706
1707
    public function splitProvider()