Code Duplication    Length = 3-3 lines in 2 locations

tests/JSONTextBasicTest.php 1 location

@@ 31-33 (lines=3) @@
28
     */
29
    public function __construct()
30
    {
31
        foreach($this->fixtures as $name => $path) {
32
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
33
        }
34
    }
35
36
    public function testgetValueAsIterable()

tests/JSONTextQueryTest.php 1 location

@@ 55-57 (lines=3) @@
52
     */
53
    public function __construct()
54
    {
55
        foreach($this->fixtures as $name => $path) {
56
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
57
        }
58
    }
59
60
    /**