Code Duplication    Length = 3-3 lines in 3 locations

tests/JSONTextSetValueTest.php 1 location

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

tests/JSONTextBasicTest.php 1 location

@@ 35-37 (lines=3) @@
32
     */
33
    public function __construct()
34
    {
35
        foreach($this->fixtures as $name => $path) {
36
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
37
        }
38
    }
39
40
    /**

tests/JSONTextQueryTest.php 1 location

@@ 38-40 (lines=3) @@
35
     */
36
    public function __construct()
37
    {
38
        foreach($this->fixtures as $name => $path) {
39
            $this->fixtures[$name] = MODULE_DIR . '/' . $path;
40
        }
41
    }
42
43
    /**