Code Duplication    Length = 3-3 lines in 3 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

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

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
    /**